Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-06-29 15:16
Flavor·ECMAScript (JavaScript)

/
(#(?!thankyouburger)[\w]+)
/
g
Open regex in editor

Description

in the example, I'm matching all the #tags except **#thankyouburger **. very useful for when you want to strip out all but one tag

Submitted by Pavel Dominguez