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

Match pointless spaces in space separated list

1

Regular Expression
ECMAScript (JavaScript)

/
^ +|( )(?=\1)| +$
/
g

Description

Loading markdown...
Submitted by J. Harry B. - 8 years ago