るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. kernel $postmatch
  2. kernel $prematch
  3. kernel $last_match_info
  4. kernel $match
  5. kernel $sitearchdir

ライブラリ

モジュール

検索結果

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

$' の別名

$' の別名

require "English"

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

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