るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.012秒)
トップページ > モジュール:Kernel[x] > ライブラリ:English[x] > バージョン:2.1.0[x] > クエリ:$POSTMATCH[x]

別のキーワード

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

検索結果

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

$' の別名

...$' の別名

require "English"

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

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