Community Patterns

Community Library Entry

1

Regular Expression
Created·2025-07-12 16:12
Flavor·PCRE2 (PHP)

/
(profiles|id)\/([\w-]*)
/
gm
Open regex in editor

Description

Extracts the <profiles/id>/<username/id> from links like https://steamcommunity.com/id/rafa_br34/ or https://steamcommunity.com/profiles/76561198449824687/

Submitted by rafa_br34