るりまサーチ

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

別のキーワード

  1. kernel $fs
  2. kernel $7
  3. kernel $nr
  4. kernel $5
  5. kernel $6

ライブラリ

検索結果

Kernel$$PREMATCH -> String | nil (24215.0)

$` の別名

...
$
` の別名

require "English"

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

/foo/ =~ str
p $PREMATCH #=> "hoge,"...