Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-12-07 02:26
Flavor·Python

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

Description

pattern to detect the CRC32 from a filename

Submitted by anonymous