$POSTMATCH -> String | nil
[permalink][rdoc][edit] [added by English]-
$' の別名
require "English" str = 'hoge,foo,bar,hee,hoo' /foo/ =~ str p $POSTMATCH #=> ",bar,hee,hoo"
$POSTMATCH -> String | nil
[permalink][rdoc][edit] [added by English]
$' の別名
require "English" str = 'hoge,foo,bar,hee,hoo' /foo/ =~ str p $POSTMATCH #=> ",bar,hee,hoo"