るりまサーチ

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

別のキーワード

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

ライブラリ

検索結果

Kernel$$POSTMATCH -> String | nil (18108.0)

$' の別名

...$' の別名

require "English"

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

/foo/ =~ str
p $POSTMATCH #=> ",bar,hee,hoo"...