Help for this page

Select Code to Download


  1. or download this
    my $test = "blah <span class='small'>13a</span> blah blah";
    if ( $test =~ /(.)(\d+[a-z]*)(.)/ && $1 ne '>' && $2 ne '<') {
    ...
    } else {
        print "No match"
    }
    
  2. or download this
    No tag found: 13a