INTEGRATION

String actions

String manipulation and text operations

Actions
11
Maintained by
Flomation

Every String action

  • ConcatenateJoin two or more strings together
  • ContainsCheck if a string contains a substring
  • JoinJoin an array of strings with a separator
  • Lower CaseConvert a string to lower case
  • RepeatRepeat a string a given number of times
  • ReplaceReplace all occurrences of a substring with another string
  • SubstringExtract a portion of a string by start and end positions
  • TrimRemove whitespace from both ends of a string
  • Trim EndRemove whitespace from the end of a string
  • Trim StartRemove whitespace from the start of a string
  • Upper CaseConvert a string to upper case

Wire String into the rest of your stack

Every action here drops onto the canvas alongside the other 3,585, so a String step can sit between a form, a database and a message without any glue code.