Text Formatter
Text Formatter helps you perform operations such as capitalize, split text, URL encode and decode, transform to different text cases like uppercase, lower case etc., get useful information such as emails and phone numbers from your text.
Version: 1.0
Supported triggers and actions in Text Formatter
Workflow is a set of actions. Trigger is an event that starts the workflow, and an action is an event that is executed by workflow to sync data with your app.
When this happens..
No triggers available.
Do this..
Extract Pattern
Provide regular expression to extract string/text
Find in Text
Search text in the given content
Replace Text
Search and replace text in the given content
Split Text
Split the text on a character or word and return a segment
Default Value
Return a default value if the text is empty
Truncate
Limit your text to a specific character length, and delete anything over that
URL Encode
Encodes text for use in URLs
URL Decode
Decodes text from URL string
Text Between
Extract text between two strings
Basic Formatting > Capitalize
Capitalize the given text
Basic Formatting > Upper Case
Convert given text to upper case letters
Basic Formatting > Lower Case
Convert given text to all lower case letters
Basic Formatting > Sentence Case
Conver the given text to sentence case ( First letter capital )
Basic Formatting > Remove HTML Tags
Remove the HTML tags from the text
Basic Formatting > Extract Numbers
Extracts numbers from the text and returns an array of found numbers
Basic Formatting > Extract Email Address
Extracts email addresses from the text
Basic Formatting > Extract Phone Numbers
Extracts phone numbers from the text
Basic Formatting > Extract URLs
Extracts the URLs from the text
Basic Formatting > Get Length of String
Get the number of characters including white space in a string/text
Basic Formatting > Get Word Count
Get the number of words in the text
Basic Formatting > Trim White Space
Trim the white space from text.
Workflow Examples
Workflow Name | Applications |
---|---|
When an email received in Email Parser, search the email body for specific text to execute different actions through router |
|
When a form submission received in WPForms, extract the URLs and add to Google Sheet |
|
When webhook data is received, trim the white space and create a new post in WordPress |
|
When new form submission is received in Contact Form 7, remove the HTML tags from the message body and add to Google Sheet |
|
When ticket is created in Fluent Support, check if it contains specific word, add tag to the user in FluentCRM |
|