Ruby 2.4.0 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
Regexpクラス
hash
instance method Regexp#hash
hash -> Integer
[
permalink
][
rdoc
]
正規表現のオプションやテキストに基づいたハッシュ値を返します。
p /abc/i.hash # => 4893115 p /abc/.hash # => 4856055