Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-04-19 07:49
Flavor·PCRE (Legacy)

/
^word\s.*|.*\sword$|.*\sword\s.*
/
Open regex in editor

Description

word in sentense - true sentense has a word - true There is a word in the sentense - true Sentense wordless - false Sentense is empty - false words are in the sentense - false Sentense has words - false etc.

Submitted by Denisenko Artem