Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-11-29 13:40
Flavor·PCRE (Legacy)

/
(?=^\s*DETECTORES SELECCIONADOS HABILITADOS).{40}
/
gmi
Open regex in editor

Description

Find an exact phrase (with each space and character in its own place) only if it is within the first 40 characters of the entire sentence. Useful to search non-standard phrases in log files.

Submitted by RicardoSPimentel