Skip to content

String Transform

Transform strings with various casing styles and operations.

Inputs#

Port Description
Input
String to transform
Transformation operation to apply

Outputs#

Port Description
Transformed string

Addendum#

Transformation Options#

Casing:#

  • lower: Convert to lowercase
  • upper: Convert to uppercase
  • title: Convert to title case
  • camel: Convert to camelCase
  • pascal: Convert to PascalCase
  • snake: Convert to snake_case
  • alternating: Convert to aLtErNaTiNg CaSe

Other Operations:#

  • reverse: Reverse the string
  • trim: Trim whitespace from both ends
  • trim_left: Trim whitespace from the left
  • trim_right: Trim whitespace from the right

ID: string-transform@v1