最速Rubyリファレンスマニュアル検索!
すべて(10)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0.0(1)
3.1.0(1)
3.2.0(1)
10件ヒット
[1-10件を表示]
(0.019秒)
トップページ
>
:
kernel
>
:$prematch
別のキーワード
kernel exec
kernel spawn
kernel system
kernel open
kernel raise
ライブラリ
English
(10)
モジュール
Kernel
(10)
検索結果
先頭1件
Kernel
$
$
PREMATCH -> String | nil
Kernel
$
$
PREMATCH -> String | nil
(15107.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0.0
3.1.0
3.2.0
変数
$` の別名
...
$` の別名
require "English"
str = 'hoge,foo,bar,hee,hoo'
/foo/ =~ str
p
$PREMATCH
#=> "hoge,"
...
Kernel