JavaSript RegExp Object
The n+ quantifier matches any string that contains at least one n.
![]()
The + quantifier is supported in all major browsers.
Do a global search for at least one "o":
The marked text below shows where the expression gets a match:
Do a global search for at least one word character:
The marked text below shows where the expression gets a match:
JavaSript RegExp Object
Your message has been sent to W3Schools.