
Automate tasks with Text Operations
Find, replace, extract, encrypt, shorten and many other operations with texts.
https://botize.com
Triggers
The trigger is the event that starts the automation.
-
Stop the task execution if a text is repeated
Checks whether a specific alphanumeric string has been used recently. If not, the task is allowed to run and further repetitions of that string are blocked for the configured amount of time. The system can remember up to 100 text strings of any size per automated task. Once this limit is reached, the oldest stored string will be discarded to make room for new incoming ones.
Actions
The action is what happens automatically, without you having to do anything else.
-
Hash a message
-
Get a substring
-
Get a hashtag
-
Split a string
Split a text string into substrings using a character, a substring, or a regular expression as a delimiter.
-
Convert JSON string into vars
-
Calculate a math expression
-
Increase a counter
Given a counter with an initial value, each time the task is executed it will be increased by one unit.
-
Repeat a string
Returns string repeated n times.
-
Remove URLs from text
Given a text, remove all the URLs it contains.
-
Modify uppercase/lowercase
Return a text in which the uppercase or lowercase letters have been modified according to the selected operation.
-
Shorten text
Given a text it shortens it to a maximum number of characters.
- If the text consists of several sentences, only the first one is present.
- This operation does not cut words.
-
Search and Replace text
Given a text, it allows you to perform one or more search and replacement operations.
- Accepts regular expressions.
-
Apply a regular expression
Applies a regular expression to a text and returns a list of all matches.
This operation is the equivalent of the match command in Javascript. -
Convert text into QR Code
-
Calculate the sentiment score of this sentence