blob: aa07247ae7a9239ab73a43d3351aae9c6d62ca1b [file] [log] [blame]
"foo"==~/bar/
"foo"=~/bar/
-----
"foo" ==~ /bar/
"foo" =~ /bar/