Help for this page

Select Code to Download


  1. or download this
    my ($match) = $string =~ /<(ab)>/;
    ($match) = $string =~ /(ab)/ unless defined $match;