Excluding with Negative Lookbehind
Negative lookbehind (?<!...) asserts that the text immediately preceding the current position does not match the pattern.
Learning Objectives
Lesson Outline
Negative lookbehind (?<!...) asserts that the text immediately preceding the current position does not match the pattern.