Regular Expressions 101

Community Patterns

get instance name

1

Regular Expression
PCRE (PHP <7.3)

/
.+:\/\/[\w,\.]*\/([\w \.]*)\/?
/
g

Description

takes a url and takes the instance name after the base url

Submitted by amitair - 8 years ago