Help for this page

Select Code to Download


  1. or download this
    print "match" if "match" =~ 'a.c';
  2. or download this
    print "match" if 'a{2,-1}b' =~ 'a{2,-1}';