Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-24 09:01
Flavor·ECMAScript (JavaScript)

/
^([a-z0-9_\-.]+)(?:\:([0-9]+))?(\/[^\?\s]*)?
/
gm
Open regex in editor

Description

support host port and path

Submitted by anonymous