Help for this page
my ($match) = $string =~ /(<ab>|ab)/;
my ($match) = $string =~ /(?!<ab[^>]|[^<]ab>)<?(ab)>?/