Help for this page
Select Code to Download
Select
or
download this
print "match" if "match" =~ 'a.c';
Select
or
download this
print "match" if 'a{2,-1}b' =~ 'a{2,-1}';