| Add Prefix to Text Paragraphs

|
|
|
|
Description: This action will add a specified prefix to every paragraph of the text passed in as input.
Input: Text
Output: Text
|
| Add Suffix to Text Paragraphs

|
|
|
|
Description: This action will add a specified suffix to every paragraph of the text passed in as input.
Input: Text
Output: Text
|
| Change Case of Text

|
|
|
|
Description: This action will change the case of the text passed as input.
Input: Text
Output: Text
|
| Combine Text Strings

|
|
|
|
Description: This action will combine the text strings received as input into a single text string, optionally using a specified delimiter.
Input: Text
Output: Text
|
| Extract URLs from Text
|
|
|
|
Description: This action will extract URLs from the text received as input.
Input: Text
Output: com.apple.applescript.url-object
|
| Find and Replace in Text

|
|
|
|
Description: This action will perform a find and replace in the text passed as input.
Input: Text
Output: Text
|
| Get Characters of Text

|
|
|
|
Description: This action will extract the individual characters of the text passed as input.
Input: Text
Output: Text
|
| Get Length of Text

|
|
|
|
Description: This action will retrieve the length of the text passed as input.
Input: Text
Output: Text
|
| Get Paragraphs of Text

|
|
|
|
Description: This action will extract the individual paragraphs of the text passed as input.
Input: Text
Output: Text
|
| Get Words of Text

|
|
|
|
Description: This action will extract the individual words of the text passed as input.
Input: Text
Output: Text
|
| Read Text File

|
|
|
|
Description: This action will read the contents of text files.
Input: Files/Folders
Output: Text
|
| Remove Duplicate Paragraphs from Text

|
|
|
|
Description: This action will remove any duplicate paragraphs from the text received as input.
Input: Text
Output: Text
|
| Remove Empty Paragraphs

|
|
|
|
Description: This action will remove empty paragraphs from the text received as input.
Input: Text
Output: Text
|
| Remove Markup from Text

|
|
|
|
Description: This action will remove tagged markup from the text received as input, passing only the extracted text as output.
Input: Text
Output: Text
|
| Remove Prefix from Text Paragraphs

|
|
|
|
Description: This action will remove a specified prefix from every paragraph of the text passed in as input.
Input: Text
Output: Text
|
| Remove Suffix from Text Paragraphs

|
|
|
|
Description: This action will remove a specified suffix from every paragraph of the text passed in as input.
Input: Text
Output: Text
|
| Sort Text Paragraphs

|
|
|
|
Description: This action will sort the paragraphs of the text passed as input.
Input: Text
Output: Text
|
| Split Text

|
|
|
|
Description: This action will split the text strings received as input into a multiple text strings, using a specified delimiter.
Input: Text
Output: Text
|
| Trim Text

|
|
|
|
Description: This action will trim the text passed as input to the specified length.
Input: Text
Output: Text
|
| Write Text to File

|
|
|
|
Description: This action will write text passed as input to a specified file.
Input: Text
Output: Files/Folders
|