Regular Expressions 101

Community Patterns

0

IE

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 3 years ago

Percentage regex

1

Regular Expression
ECMAScript (JavaScript)

/
^(?:(?:\b([0-9]|[1-9][0-9])\b)(?:\.\b([0-9]|[1-9][0-9])\b)?|.\b([0-9]|[1-9][0-9])\b)$
/
gm

Description

Loading markdown...
Submitted by Ankit Patel - a year ago