Regular Expressions 101

Community Patterns

Your search did not match anything

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 - 5 years ago