Tutorials
JavaScript Regular Expressions Tutorial
-
Negative lookahead assertions are ‘zero-width’ assertions that specify that the text ahead in the input string SHOULD NOT match the pattern specified in the assertion
-
A Simple Lookahead Assertion Example 2 Example 3
