るりまサーチ (Ruby 3.3)

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

別のキーワード

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

ライブラリ

検索結果

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

$' の別名

$' の別名

require "English"

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

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