Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

/
(?<=\(VAT\s)[\d]+(?=%\))
/
gm

Description

find number in string with look behind and look ahead

Submitted by anonymous - 5 years ago