Regular Expressions 101

Community Patterns

1

numbahs

Python
no description available
Submitted by anonymous - 8 years ago
1

reg ex for http

ECMAScript (JavaScript)
https
Submitted by anonymous - 8 years ago
1

ISIS Checking

Python
no description available
Submitted by anonymous - 8 years ago

Non vowel words

3

Regular Expression
ECMAScript (JavaScript)

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

Description

Loading markdown...
Submitted by regexe - 8 years ago