Community Patterns

Community Library Entry

1

Regular Expression
Created·2014-10-24 08:45
Flavor·PCRE (Legacy)

/
(?<=^|[^a-zA-Z0-9])\Q$text\E(?=$|[^a-zA-Z0-9])
/
Open regex in editor

Description

This expression find a word in a text without limitation of "\b" statement

Submitted by theShadow