Regular Expressions 101

Community Patterns

crc32_pattern

0

Regular Expression
Python

r"
(?:\b)([0-9a-f]{8})(?:\b)
"
gi

Description

pattern to detect the CRC32 from a filename

Submitted by anonymous - 7 years ago