Help for this page

Select Code to Download


  1. or download this
    if (/^([\w.-]+((,\s?)|(\s&\s)|(\sand\s)|$))+/) {
        print "Got a match - $1\n";
    ...
    else {
        print "Thursday night on the town - bad idea.\n";
        }
    
  2. or download this
      /^([\w.-]+((,\s?)|(\s&\s)|(\sand\s)|$?)$)+/