Regular Expressions 101

Community Patterns

MD5 (32-bit hash algorithm)

1

Regular Expression
PCRE (PHP <7.3)

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

Description

Encrypted string of popular hashing algorithm, and other 32-bit algorithms

Submitted by anonymous - 9 years ago