Regular Expressions 101

Community Patterns

0

INI values

PCRE2 (PHP >=7.3)
not done yet
Submitted by anonymous - a year ago
0

Time in hh:mm:ss

PCRE (PHP <7.3)
19h32min16s
Submitted by anonymous - a year ago
0

Postfix

PCRE2 (PHP >=7.3)
Add DR to end of line
Submitted by anonymous - a year ago
0

C/F temp unit

PCRE2 (PHP >=7.3)
me
Submitted by anonymous - a year ago

Letter followed up by to 7 numerical digits

1

Regular Expression
PCRE (PHP <7.3)

/
^((B|b)([0-9]{7}|[0-9]{6}|[0-9]{5}|[0-9]{4}|[0-9]{3}|[0-9]{2}|[0-9]{1}))*$
/

Description

Loading markdown...
Submitted by Alan Armbrust - 7 years ago