Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ValuePatternExactLiteralNegativeNotes
%variable%\S+either(error)(tick)
  • \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