-
for example, i want to highlight messages with "right", but not the ones with "go right". is there an option to exclude specifically "go right" from highlights, similarly to how you can exclude something from search results when browsing by doing -"blah blah"? so, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Use a regular expression. https://wiki.chatterino.com/Regex/ For search you can just use the syntax: |
Beta Was this translation helpful? Give feedback.
As an example, this would be a regex you can use to match/not match the phrases you mentioned above https://regex101.com/r/I4AO8A/1