String section-overview
Strings are the building blocks of text-based data, and Adobe Journey Optimizer’s string functions give you powerful tools to manage and transform them effortlessly.
String Functions Overview
concat Function Reference
Learn how to combine strings or a list of strings using the ‘concat’ function.
Using the ‘contain’ Function
Discover how to check for the presence of a string within another string.
containIgnoreCase Function
Understand how to perform case-insensitive string containment checks.
endWith Function Reference
Learn to check if a string ends with a specific suffix.
endWithIgnoreCase Function
Check if a string ends with a suffix, ignoring case sensitivity.
equalIgnoreCase Function Reference
Compare strings case-insensitively to determine equality.
Additional Resources
- indexOf Function Overview - Find the position of a substring within a string.
- isEmpty Function Reference - Determine if a string is empty using the ‘isEmpty’ function.
- isNotEmpty Function Reference - Check if a string is not empty using the ‘isNotEmpty’ function.
- lastIndexOf Function - Locate the position of the last occurrence of a substring.
- Length Function Overview - Calculate the number of characters in a string.
- Using the ‘lower’ Function - Convert strings to lowercase using the ‘lower’ function.
- matchRegExp Function Reference - Check if a string matches a regular expression.
- notEqualIgnoreCase Function - Determine if strings are different, ignoring case sensitivity.
- replace Function Overview - Replace the first occurrence of a string or pattern with another string.
- replaceAll Function - Replace all occurrences of a string or pattern with another string.
- split Function Usage - Split a string into tokens using the ‘split’ function.
- startWith Function Reference - Check if a string starts with a specified prefix.
- startWithIgnoreCase Function - Evaluate if a string starts with a prefix, case-insensitively.
- substr Function Overview - Extract substrings using start and end indices.
- Trim Function Reference - Remove leading and trailing spaces from strings.
- Upper Function Overview - Transform strings to uppercase using the ‘upper’ function.
- uuid Function Reference - Generate random Universal Unique Identifiers (UUIDs).