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