るりまサーチ

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

別のキーワード

  1. kernel $stdout
  2. kernel $topdir
  3. kernel $ofs
  4. kernel $fs
  5. kernel $safe

ライブラリ

検索結果

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

$` の別名

...
$
` の別名

require "English"

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

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