Regular Expressions 101

Community Patterns

1

pm-problem

ECMAScript (JavaScript)
pm
Submitted by creamidea - 8 years ago
0

Regex json

Python
no description available
Submitted by anonymous - 8 years ago

Match all strings that ends with more than 3 numbers

0

Regular Expression
ECMAScript (JavaScript)

/
[0-9]{3,}$
/
gm

Description

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