るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. kernel $postmatch
  2. english $postmatch
  3. english $match
  4. kernel $match
  5. mkmf $defs

ライブラリ

検索結果

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

$' の別名

$' の別名

require "English"

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

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