Text
Here are the functions for working with text and lines.
| Convert Text | The command converts text from one codepage to another. |
| Copy To Clipboard | The command copies the text to the clipboard. |
| Foreach Line | The command executes nested commands for each line in the specified text. |
| Foreach Line in File | The command executes nested commands for every line in the file. |
| Get Clipboard | The command saves the contents of the clipboard to a variable. |
| Join Text | The command combines array elements and assigns the result to a variable. |
| RegEx - Find | The command finds matches of a regular expression in the value of the variable |
| RegEx - Replace | The command replaces all matches of the regular expression in the value of the variable. |
| Remove Lines | The command removes lines that contain the specified substrings. |
| Replace | The command replaces substrings in the text and assigns the result to a variable. |
| Split Text | The command splits the text into an array of lines and assigns it to an object variable. |