るりまサーチ

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

別のキーワード

  1. kernel $5
  2. kernel $10
  3. kernel $pid
  4. kernel $safe
  5. kernel $libs

ライブラリ

モジュール

検索結果

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

$& の別名

...$& の別名

require "English"

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

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