JavaSript RegExp Object
The ?!n quantifier matches any string that is not followed by a specific string n.
![]()
The ?! quantifier is supported in all major browsers.
Do a global, case insensitive search for "is" not followed by " all":
The marked text below shows where the expression gets a match:
JavaSript RegExp Object
Your message has been sent to W3Schools.