Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-12-28 10:06
Flavor·PCRE (Legacy)

/
^(?<protocol>((https?)|(sftp)|(ftps?):))?(\/\/)?(?<domain>([a-zA-Z0-9\._-]+))+(?<path>([\/\w.]+))*(\?{0,1})(?<parameters>([&|&amp;]*([\w\.,-]*=*[\w\.,-]*)))*$
/
Open regex in editor

Description

no description available

Submitted by Naruto(Kenny Fan)