るりまサーチ

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

別のキーワード

  1. _builtin |
  2. ipaddr |
  3. set |
  4. trueclass |
  5. integer |

ライブラリ

モジュール

検索結果

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

$` の別名

...$` の別名

require "English"

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

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