るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. english $ofs
  2. _builtin $5
  3. _builtin $6
  4. _builtin $4
  5. _builtin $8

ライブラリ

検索結果

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

$' の別名

$' の別名

require "English"

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

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