Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-03-01 22:36
Flavor·Python

r"
^(?!hello|you$)
"
Open regex in editor

Description

exclude a list of words, in this case, "hello" and "you"

Submitted by Z