るりまサーチ

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

別のキーワード

  1. _builtin $10
  2. _builtin $4
  3. _builtin $2
  4. _builtin $3
  5. kernel $ors

ライブラリ

検索結果

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

$' の別名

...$' の別名

require "English"

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

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