Regular Expressions 101

Community Patterns

2

bye

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 8 years ago
2

SSN

ECMAScript (JavaScript)
allow nine digits only
Submitted by anonymous - 8 years ago

Take segments to string

0

Regular Expression
Java 8

"
((\w{2}\d{4}\w)\/(\w{2}\d{4}\w\d{2}\w{3}))\s(\w{6})\s(\w+)\/(\d{4})\s(\d{4})
"
gm

Description

Loading markdown...
Submitted by Lufram - 6 months ago