るりまサーチ (Ruby 3.3)

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

別のキーワード

  1. kernel $postmatch
  2. kernel $match
  3. kernel $11
  4. kernel $10
  5. kernel $8

ライブラリ

検索結果

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

$' の別名

$' の別名

require "English"

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

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