This is generated documentation for the string component.
| Name |
Type |
Description |
left |
string |
|
right |
string |
|
| Name |
Type |
Description |
output |
string |
|
$ wick invoke common/string:0.5.0 concatenate -- --left="XXX"--right="XXX"
| Name |
Type |
Description |
separator |
string |
|
| Name |
Type |
Description |
input |
string |
|
| Name |
Type |
Description |
output |
string[] |
|
Given the following configuration:
Operation configuration as op-config.json:
$ wick invoke common/string:0.5.0 split --op-with=@op-config.json -- --input="XXX"
Or with inline configuration:
$ wick invoke common/string:0.5.0 split \
--op-with='{ "separator":"XXX" }' \
-- --input="XXX"
| Name |
Type |
Description |
input |
string |
|
| Name |
Type |
Description |
output |
string |
|
$ wick invoke common/string:0.5.0 lowercase -- --input="XXX"