Community Patterns

Community Library Entry

2

Regular Expression
Created·2016-01-13 10:17
Flavor·PCRE (Legacy)

/
([^A-Za-z]|\b)+DR([^A-Za-z]|\b)+
/
g
Open regex in editor

Description

Case-sensitive matching of a keyword, where the keyword is not a substring of other words.

Submitted by Norskov