るりまサーチ (Ruby 2.1.0)

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

別のキーワード

  1. kernel $match
  2. kernel $prematch
  3. kernel $6
  4. kernel $8
  5. kernel $2

ライブラリ

モジュール

検索結果

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

$` の別名

$` の別名

require "English"

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

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