Regular Expressions 101

Community Patterns

0

whatsaapDate

Python
dd/mm/yyyy
Submitted by anonymous - 4 years ago
0

Claimants BAT

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

test

Python
no description available
Submitted by anonymous - 4 years ago

enforce comma-delimited list of words

0

Regular Expression
ECMAScript (JavaScript)

/
^(?:(?:\w|-)+((?:, ?(?=\w))|$))+$
/
gm

Description

Loading markdown...
Submitted by anonymous - 4 years ago