Help for this page

Select Code to Download


  1. or download this
    my ($match) = $string =~ /(<ab>|ab)/;
    
  2. or download this
    my ($match) = $string =~ /(?!<ab[^>]|[^<]ab>)<?(ab)>?/