String Transform
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Transform and manipulate strings using various casing styles and trimming or reversing operations.
Inputs
Section titled “Inputs”| Port | Description |
|---|---|
| String to transform | |
| Transformation operation to apply |
Outputs
Section titled “Outputs”| Port | Description |
|---|---|
| Transformed string |
Addendum
Section titled “Addendum”Transformation Options
Section titled “Transformation Options”Casing:
Section titled “Casing:”lower: Convert to lowercaseupper: Convert to uppercasetitle: Convert to title casecamel: Convert to camelCasepascal: Convert to PascalCasesnake: Convert to snake_casealternating: Convert to aLtErNaTiNg CaSe
Other Operations:
Section titled “Other Operations:”reverse: Reverse the stringtrim: Trim whitespace from both endstrim_left: Trim whitespace from the lefttrim_right: Trim whitespace from the right
ID: core/string-transform@v1