るりまサーチ (Ruby 2.7.0)

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

別のキーワード

  1. mkmf $defs
  2. kernel $7
  3. kernel $8
  4. kernel $1
  5. kernel $6

ライブラリ

検索結果

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

$' の別名

$' の別名

require "English"

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

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