Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-02-20 12:33
Flavor·ECMAScript (JavaScript)

/
%[A-Z][a-z]+%[^\|\$\%\.]*<[A-Za-z]+>\|[0-9]+\|[0-9]+(\.[0-9])?\$
/
g
Open regex in editor

Description

/%[A-Z][a-z]+%[^|$%.]*<[A-Za-z]+>|[0-9]+|[0-9]+(.[0-9])?$/g

Submitted by dp