Help for this page
/^a(?:(?!ab).)*b$/
/ <tag> # Start tag (?:(?!</tag>).)* # Body </tag> # End tag /x