Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-08-18 23:48
Flavor·Python

r"
^ *\"(\w(?!ness))*\".*$
"
gm
Open regex in editor

Description

Remove all words that don't end in "ness" from a dictionary.

Submitted by anonymous