Regular Expressions 101

Community Patterns

first 2 parts of URL

1

Regular Expression
ECMAScript (JavaScript)

/
([^/]*[/][^/]*)[/]
/
gim

Description

no description available

Submitted by anonymous - 8 years ago