Regular Expressions 101

Community Patterns

MD5 (32-bit hash algorithm)

1

Regular Expression
PCRE (PHP <7.3)

/
^[a-f0-9]{32}$
/
i

Description

Loading markdown...
Submitted by anonymous - 8 years ago