Regular Expressions 101

Community Patterns

Find Phone numbers on uncommented lines

0

Regular Expression
ECMAScript (JavaScript)

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

Description

Nothing at the moment

Submitted by Bentejuy - 2 years ago