Complex Text and String Manipulation
Master functions for extracting, replacing, and formatting text strings to prepare data for various applications.
Welcome to Text Magic!
Text and string manipulation is vital in automation. It helps you clean, format, and extract data from text, making it usable for other applications.
Imagine you receive an email address and need only the username, or you have a product description that needs to be shortened. This lesson will show you how!
Getting Parts of Text
Often, you only need a specific portion of a text string. No-code platforms offer functions to extract characters from the beginning or end.
- Left/First: Get the first N characters.
- Right/Last: Get the last N characters.
- Mid/Substring: Get characters from a specific start point for a certain length.
All lessons in this course
- Complex Text and String Manipulation
- Date and Time Operations
- Advanced Conditional Logic & Routers
- Regular Expressions for Pattern Matching