Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
href="(http.+appl(?:y|ica).*?)"
/
g

Description

Matches all URLs inside of href attributes which start with "http(s)" and contain either "apply" or "applica".

Submitted by Jan Prazak - 4 years ago