Community Patterns

Community Library Entry

1

Regular Expression
Created·2026-01-13 23:19
Updated·2026-01-13 23:24
Flavor·PCRE2 (PHP)

/
https?:\/\/(cdn\.|media\.|)discord(app)?\.(com|net)\/(?:attachments\/(\d+)\/(\d+)\/([^\s?]+)(\?[^\s]+)?|users\/\d+|channels\/(\d+)(?:\/(\d+)){0,2})
/
g
Open regex in editor

Description

match every type of discord url with each useful part in a group pretty optimized, shouldnt be too harsh on your system

should work in every flavor except rust because rust sucks lol

Submitted by User9684