るりまサーチ (Ruby 3.1)

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

別のキーワード

  1. kernel $stdin
  2. kernel $rs
  3. kernel $ors
  4. kernel $debug
  5. kernel $nr

ライブラリ

検索結果

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

$' の別名

$' の別名

require "English"

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

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