るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.027秒)
トップページ > モジュール:Kernel[x] > クエリ:$[x] > クエリ:require[x] > 種類:変数[x] > クエリ:$POSTMATCH[x]

別のキーワード

  1. kernel $stdout
  2. kernel $topdir
  3. kernel $postmatch
  4. kernel $ofs
  5. kernel $nr

ライブラリ

検索結果

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

$' の別名

...
$
' の別名

require
"English"

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

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