*STRING Workers =============== .. _Worker_Family_string: .. list-table:: string Workers :widths: 50 30 10 10 :header-rows: 1 * - Name - Description - Number of Inputs - Number of Outputs * - :ref:`\*STRING_CONCAT ` - Concat two strings and return the concatenated string - 2 - 1 * - :ref:`\*STRING_CONTAINS_ANY_ONE ` - String contains any one - 3 - 1 * - :ref:`\*STRING_CONTAINS ` - String contains - 2 - 1 * - :ref:`\*STRING_CONTAINS_ALL ` - String contains all - 3 - 1 * - :ref:`\*STRING_ENDS_WITH ` - Ends with strings - 2 - 1 * - :ref:`\*STRING_EXCLUDES ` - String Excludes - 2 - 1 * - :ref:`\*STRING_EXCLUDES_ALL ` - String Excludes All - 3 - 1 * - :ref:`\*STRING_EVAL ` - String Eval - 3 - 1 * - :ref:`\*STRING_ENDS_WITH_ANY_ONE ` - Checks if a string ends with any one of the provided strings - 3 - 1 * - :ref:`\*STRING_EQUALS ` - String Equals with - 2 - 1 * - :ref:`\*STRING_IS_EMPTY ` - Check if String Undefined - 2 - 1 * - :ref:`\*STRING_IS_EQUAL ` - String Equals with - 2 - 1 * - :ref:`\*STRING_MATCH ` - String Matches with - 2 - 1 * - :ref:`\*STRING_REGEX ` - String Regex - 2 - 1 * - :ref:`\*STRING_SPRINTF ` - Format a string or a number - 2 - 1 * - :ref:`\*STRING_SPLIT_RETURN_BY_INDEX ` - Split by a delimiter and return split-parts by the given index. Ex. Split the string The cat jumped over the call by space and return the 3rd value (returns jumped) - 3 - 1 * - :ref:`\*STRING_STARTS_WITH ` - Checks if a string starts with a given substring - 2 - 1