るりまサーチ

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

別のキーワード

  1. mkmf $defs
  2. kernel $7
  3. kernel $8
  4. kernel $1
  5. kernel $6

ライブラリ

検索結果

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

$' の別名

...$' の別名

require "English"

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

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