るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.137秒)
トップページ > クエリ:i[x] > クエリ:h[x] > クエリ:post[x] > クエリ:$POSTMATCH[x]

別のキーワード

  1. _builtin to_h
  2. hash to_h
  3. ostruct to_h
  4. struct to_h
  5. env to_h

ライブラリ

モジュール

検索結果

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

$' の別名

...$' の別名

require "English"

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

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