るりまサーチ

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

別のキーワード

  1. kernel $postmatch
  2. kernel $match
  3. kernel $7
  4. kernel $8
  5. kernel $6

検索結果

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

$' の別名

...$' の別名

require "English"

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

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