るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. kernel $nr
  2. _builtin $3
  3. _builtin $1
  4. _builtin $2
  5. kernel $1

ライブラリ

モジュール

検索結果

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

$` の別名

$` の別名

require "English"

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

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