Regular Expressions 101

Community Patterns

Community Library Entry

2

Regular Expression
Created·2014-01-02 18:54
Flavor·PCRE (Legacy)

/
(?:http\:\/\/(?:www\.)?){1}[^\/]*\/([^\/]*)(?#parameter2)(?:\/([^\/]*))?(?#parameter3)(?:\/([^\/]*))?(?#parameter4)(?:\/([^\/]*))?
/
Open regex in editor

Description

Gets the parameters (how many you want) from a url and organize into groups

Submitted by Caio Oliveira