Community Patterns

Community Library Entry

0

Regular Expression
Created·2014-04-22 18:29
Flavor·PCRE (Legacy)

/
^(?!#).*example.*
/
g
Open regex in editor

Description

Goal is match example lines which are not comments.

Submitted by anonymous