
Automate tasks with Text Operations
Find, replace, extract, encrypt, shorten and many other operations with texts.
https://botize.com
This Botize integration allows you to automate various text operations, such as searching, replacing, extracting, encrypting, and shortening text strings. With this tool, you can optimize processes that require textual data manipulation, enhancing efficiency and reducing manual errors.
Available actions include splitting text strings, converting JSON into variables, calculating formulas, and modifying uppercase and lowercase letters. These features provide flexibility to tailor automations to your specific needs, simplifying the management and processing of textual information in your projects.
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