Regular Expressions 101

Library entries

0
javascript

3

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

4

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

2

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

保留小数点后两位

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

正整数

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

中文校验

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

金额校验

11位正整数,两位小数
Submitted by anonymous - 4 years ago
0
javascript

test

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

start and end with same vowel

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

HA template search

Searches for the template setting.
Submitted by anonymous - 4 years ago

phone number 2

Vote

0

Regular Expression
javascript

/
((?:\+|00)[17](?: |\-)?|(?:\+|00)[1-9]\d{0,2}(?: |\-)?|(?:\+|00)1\-\d{3}(?: |\-)?)?(0\d|\([0-9]{3}\)|[1-9]{0,3})(?:((?: |\-)[0-9]{2}){4}|((?:[0-9]{2}){4})|((?: |\-)[0-9]{3}(?: |\-)[0-9]{4})|([0-9]{7}))
/
gm

Description

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