るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.043秒)
トップページ > クエリ:String[x] > バージョン:2.4.0[x] > クエリ:h[x] > クエリ:$MATCH[x]

別のキーワード

  1. _builtin to_h
  2. struct to_h
  3. array to_h
  4. env to_h
  5. hash to_h

ライブラリ

モジュール

検索結果

Kernel$$MATCH -> String | nil (72925.0)

$& の別名

$& の別名

require "English"

str = 'hoge,foo,bar,hee,hoo'

/(foo|bar)/ =~ str
p $MATCH #=> "foo"