Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-10-16 10:09
Flavor·ECMAScript (JavaScript)

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

Description

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

Submitted by anonymous