るりまサーチ

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. pop n_mails
  3. pop n_bytes
  4. openssl n=
  5. openssl n

ライブラリ

モジュール

検索結果

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

$` の別名

...$` の別名

require "English"

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

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