Perl regular expressionsEditCreated 3/22/2007, updated 3/12/2020Negative (fixed-width) lookbehind /(?<!foo)bar/ Matches "bar" only if not preceded by "foo". Match only horizontal whitespace \h perlwiki