Regular Expressions 101

Community Patterns

0

unit_no_extraction

Python
CREMATRIX
Submitted by anonymous - 4 years ago
0

timestamp

Python
no description available
Submitted by anonymous - 4 years ago
0

parse sqs url

Python
no description available
Submitted by anonymous - 4 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