るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.084秒)
トップページ > 種類:変数[x] > クエリ:$match[x]

別のキーワード

  1. kernel $match
  2. english $match
  3. kernel $3
  4. kernel $4
  5. kernel $5

ライブラリ

モジュール

検索結果

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

$& の別名

...$& の別名

require "English"

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

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