Regular Expressions 101

Community Patterns

0

375

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 5 years ago

Extract values from hostname

1

Regular Expression
ECMAScript (JavaScript)

/
(([\w]*)(-?)([\w]{0,2})(.apps)(-?)([\w]{0,2})(.[\W\w]*))
/

Description

Loading markdown...
Submitted by Matthew Ledbetter - 8 years ago