*STRING Workers

string Workers
Name Description Number of Inputs Number of Outputs
*STRING_CONTAINS_ALL String contains all 3 1
*STRING_CONTAINS String contains 2 1
*STRING_CONTAINS_ANY_ONE String contains any one 3 1
*STRING_CONCAT Concat two strings and return the concatenated string 2 1
*STRING_DATE_NOW String contains 1 1
*STRING_EQUALS String Equals with 2 1
*STRING_EVAL String Eval 3 1
*STRING_ENDS_WITH Ends with strings 2 1
*STRING_EXCLUDES_ALL String Excludes All 3 1
*STRING_ENDS_WITH_ANY_ONE Checks if a string ends with any one of the provided strings 3 1
*STRING_EXCLUDES String Excludes 2 1
*STRING_IS_EQUAL String Equals with 2 1
*STRING_IS_EMPTY Check if String Undefined 2 1
*STRING_INFLECTOR Format a string based on Inflector 2 1
*STRING_MIN String Min 1 1
*STRING_MATCH String Matches with 2 1
*STRING_MAX String Max 1 1
*STRING_REGEX String Regex 2 1
*STRING_REPLACE String Replace 3 1
*STRING_SPRINTF Format a string or a number 2 1
*STRING_SANITIZE Sanitize a string to remove non alphanumeric characters 1 1
*STRING_STARTS_WITH Checks if a string starts with a given substring 2 1
*STRING_SPLIT_RETURN_BY_INDEX Split by a delimiter and return split-parts by the given index. Ex. Split the string <b> The cat jumped over the call</b> by space and return the 3rd value (returns jumped) 3 1