Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
(?<=\()\d{1,}\.{0,}\/{0,}-{0,}\d{0,}(?=\))
/
g

Description

Find account numbers between () of any length including where they include . or - or /

Submitted by anonymous - 4 years ago