Skip to content

Text replacements

Menu → Settings → Display options → Select data source → Text replacements

You can setup text replacements or test removals for your notifications. Bot is supporting simple format and regular expressions. You can use multiple replacements.

Format: <from_text> => <to_text>

Basic removals

We have a list standard replacements which can be easily activated by using checkboxes. Available options:

  • Remove links
  • Remove hashtags. Examples: #hashtag1, #hashtag2, etc...
  • Remove user mentions. Examples: @user1, @user2, etc...

Simple mode

Simple replacements are case sensitive.

Example

facebook => FACEBOOK
BMW => Mercedes
tiktok => tiktok rule the world
this_should_be_removed =>

Replacement modificators

Modificator Result
#i# execute replacement in case insensitive mode
#w# replace only words instead of partial match
#raa# raa stands for "remove all after". Replace match with your text (example #1) or delete match (example #2) and remove everything after it.

Example

BMW => Mercedes #i#
BMW => Mercedes #w#
username, 2004 (c) => NOPE JOIN MY CHANNEL #raa#
Delete all text after trigger match
username, 2004 (c) => #raa#
Also it's possible to use multiply modificators at the same time
BMW => Mercedes #w# #i# #raa#