Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-11-06 11:18
Flavor·PCRE (Legacy)

/
^\/(?!.*\/\/)([a-zA-Z-\/]+)$
/
gim
Open regex in editor

Description

Validates an url path that must begin with '/' and not contain special characters or repeated '/' [forward slashes]

Submitted by rochmit10