Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

4

Regular Expression
ECMAScript (JavaScript)

/
\b([^aeiou\s]+)\b
/
ig

Description

([!-~][aeiou][!-~])

Submitted by Ipsita Mohanty - 9 years ago