Skip to main content

String

Perform string operations. String node in ActionFlows. Inputs, outputs, and how to use it.

String

Overview

Perform string operations.

Inputs

Standard Inputs

  • End Indexnumber · optional

    The end index for substring operation

    Required
    No
    Multiple
    No
  • Operationselect · optional

    The type of string operation to perform

    Required
    No
    Multiple
    No
    Default
    concat
    Options
    concatsplitreplaceuppercaselowercasetrimlengthsubstringcontains
  • Patterntext · optional

    The pattern to use for split or replace operations

    Required
    No
    Multiple
    No
  • Replacementtext · optional

    The replacement text for replace operations

    Required
    No
    Multiple
    No
  • Separatortext · optional

    The separator to use for concat or split operations

    Required
    No
    Multiple
    No
  • Start Indexnumber · optional

    The start index for substring operation

    Required
    No
    Multiple
    No
  • Valuetext · required

    The string value to perform operations on

    Required
    Yes
    Multiple
    No

Outputs

  • Arrayjson

    Array result (for split operation)

  • Lengthnumber

    Length of the string

  • Resulttext

    The result of the string operation