String Capitalization

Converts a string's capitalization style to another of the common upper and lower case patterns, optionally joining words with a chosen separator.

Interface

Inputs

ParameterDetailsPossible Types
String

The string to have its letter capitalization converted.

Primary Input

String
Capitalization

The capitalization style to apply.

Default: LowerCase

StringCapitalization
Use Joiner

Whether to split the string into words and reconnect with the chosen joiner. When disabled, the existing word structure separators are preserved.

Default: false

bool
Joiner

The string placed between each word.

Default: ""

String

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

String