1件ヒット
[1-1件を表示]
(0.017秒)
モジュール
- Kernel (1)
検索結果
-
Kernel
$ $ PREMATCH -> String | nil (18349.0) -
$` の別名
...$` の別名
require "English"
str = 'hoge,foo,bar,hee,hoo'
/foo/ =~ str
p $PREMATCH #=> "hoge,"...