> For the complete documentation index, see [llms.txt](https://automation-toolkit.gitbook.io/automation-toolkit-pro-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://automation-toolkit.gitbook.io/automation-toolkit-pro-user-guide/variables-types/text/actions.md).

# Actions

| Name                                | Info                                                                                                                                                                           |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| find and replace text element       | <p>replaces all the occurrences of the specified phrase (the "text element" property value) with a different phrase<br><br>specify the text that you want to replace with</p>  |
| find and replace first text element | <p>replaces the first occurrence of the specified phrase (the "text element" property value) with a different phrase<br><br>specify the text that you want to replace with</p> |
| find and replace last text element  | <p>replaces the last occurrence of the specified phrase (the "text element" property value) with a different phrase<br><br>specify the text that you want to replace with</p>  |
| make uppercase                      | converts all the characters to uppercase letters                                                                                                                               |
| make lowercase                      | converts all the characters to lowercase letters                                                                                                                               |
| remove whitespace                   | removes all the spaces and empty lines in the beginning and the end of the text                                                                                                |
