るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.014秒)

別のキーワード

  1. kernel $3
  2. kernel $5
  3. kernel $4
  4. kernel $6
  5. kernel $2

ライブラリ

検索結果

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

$& の別名

$& の別名

require "English"

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

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