Community Patterns

Community Library Entry

485

Regular Expression
Created·2013-12-12 13:09
Updated·2024-04-11 14:32
Flavor·PCRE (Legacy)

/
^https?:\/{2}regex101\.com\/r\/([a-zA-Z0-9]{6})(?:\/(\d+)?)
/
gm
Open regex in editor

Description

Grabs the ID for the regex101.com permalink code. If a revision number is provided, grab that as well.

Submitted by chris mccoy