text-formatter.png

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

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

Email Parser
Text Formatter
Routers

When a form submission received in WPForms, extract the URLs and add to Google Sheet

WPForms
Text Formatter
Google Spreadsheets

When webhook data is received, trim the white space and create a new post in WordPress

Webhooks
Text Formatter
WordPress

When new form submission is received in Contact Form 7, remove the HTML tags from the message body and add to Google Sheet

Contact Form 7
Text Formatter
Google Spreadsheets

When ticket is created in Fluent Support, check if it contains specific word, add tag to the user in FluentCRM

Fluent Support
Text Formatter
FluentCRM

All actions and triggers available in
Text Formatter

Triggers

When this happens..

  • No triggers available.

Actions

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

  • 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.