Community Patterns

Community Library Entry

1

Regular Expression
Created·2025-12-18 10:41
Flavor·PCRE2 (PHP)

/
^(?=.*(?<subtagcha>_*CHA_+))(?=.*(?<subtaglog>_*LOG_*))(?=.*(?<subtagtag>_*TAG_*)).*
/
gm
Open regex in editor

Description

Search for the occurence of the 3 following words: CHA, LOG and TAG. Should be in the above order sequence (but it also if works swapped).

Submitted by XrosaXasorX