Regular Expressions 101

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

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

Description
Created·2016-01-26 09:17
Type·Match
Flavor·PCRE (Legacy)

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

Submitted by Candyman1332
Open Workspace