Community Patterns

Community Library Entry

-1

Regular Expression
Created·2016-01-26 09:20
Flavor·PCRE (Legacy)

/
(?<protokoll>[a-z]*):\/\/?(?<domain>[a-z.-]*)?(?<file>[^?#]*)?[?](?<parameter>[^#]*)?[#](?<anker>.*)?
/
Open regex in editor

Description

split URL in protokoll, domain, file(with path), parameter and anker

Submitted by Candyman