Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

/
([!-\~]*[aeiou][!-\~]*)
/
ig

Description

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

Submitted by Ipsita Mohanty - 9 years ago