るりまサーチ

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

別のキーワード

  1. kernel system
  2. kernel spawn
  3. kernel exec
  4. kernel open
  5. kernel fail

ライブラリ

検索結果

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

$' の別名

...$' の別名

require "English"

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

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