Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-01-19 15:36
Flavor·PCRE (Legacy)

/
^http(?:s?):\/\/regex101\.com\/r\/([a-zA-Z0-9]{1,6})(?:\/([0-9]+))?$
/
gm
Open regex in editor

Description

Grabs the ID and optionally version number for the regex101.com permalink.

Improved fork of 'https://regex101.com/r/wY0rM7/1' which matches also this kind of links 'https://regex101.com/r/' ...

Submitted by dUh