Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-06-30 01:44
Updated·2021-06-30 01:44
Flavor·PCRE2 (PHP)

/
\[\d{1,2}:\d{2} [AP]M\] \n?([^:]*\n?):.*(\d{4}.?\d{4}.?\d{4})
/
gm
Open regex in editor

Description

A regex to parse codes from a discord server

Submitted by EagleBirdman