Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-21 14:50
Flavor·PCRE2 (PHP)

/
cat(?![^<]*>|[^<>]*<\/mux-video>|[^"'<>]*href\s*=\s*['"][^'"]*['"])
/
gi
Open regex in editor

Description

A regex to find a searchQuery inside html But not: inside <img> tag inside <mux-video> tag indide href of <a> tag

Submitted by Robair