Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-03-05 14:09
Flavor·ECMAScript (JavaScript)

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

Description

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

Submitted by Jan Prazak