るりまサーチ (Ruby 2.3.0)

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

別のキーワード

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

検索結果

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

$` の別名

...$` の別名

require "English"

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

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