るりまサーチ

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

別のキーワード

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

モジュール

検索結果

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

$` の別名

...$` の別名

require "English"

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

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