Deborah Scott
Jun 05, 2022
...
Add a condition with the following characteristics:
Value
Pattern
Exact
Literal
Negative
Notes
%variable%
\S+
either
\S+ means to look for at least 1 (that is what + means) non-whitespace character
Use Negative to reverse the matching on a non-blank character