Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-05-11 20:35
Flavor·PCRE2 (PHP)

/
<(a)?:([\w]{2,32}):([\d]{18,28})>
/
gm
Open regex in editor

Description

Matches a custom emoji from discord.

Group 1: Optional, "a" means animated, a gif. Group 2: Emoji Name. Group 3: Emoji Id;

Submitted by revelcw