るりまサーチ

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

別のキーワード

  1. kernel $1
  2. kernel $0
  3. kernel $9
  4. kernel $6
  5. kernel $7

ライブラリ

モジュール

検索結果

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

$` の別名

...$` の別名

require "English"

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

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