Regular Expressions 101

Community Patterns

0

长宽高

PCRE2 (PHP >=7.3)
长宽高
Submitted by mouxan - a year ago
0

multicast

ECMAScript (JavaScript)
.
Submitted by anonymous - a year ago

Find Phone numbers on uncommented lines

0

Regular Expression
ECMAScript (JavaScript)

/
(?=^\w+)(?:9|8)\d{8}
/
gm

Description

Loading markdown...
Submitted by Bentejuy - a year ago