The purpose of this plugin is split any string
Project description
String splitter plugin
This plugin split any string with a given delimiter
Requirements
no requirements
Configuration
Example:
{
"string": "a.b.c",
"delimiter": "."
}
This configuration will split a.b.c
string into ["a", "b", "c"], using '.' as delimiter.
Input
This plugin does not process input.
Output
Returns array with splitted values.
Example:
{
"result": [
"a",
"b",
"c"
]
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for tracardi-string-splitter-0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4438e1a12089479f566f07f74d68e4be33fa5ce0a93fad303a8e5b6e6ef6656c |
|
MD5 | 5eba40ba5ae098d415f588af08308030 |
|
BLAKE2b-256 | c3fcae9f2b50ee59727849f5844dd84981517d8d06a87440a248dbbac0aa71c1 |
Close
Hashes for tracardi_string_splitter-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59d42e5bfdc71cde28579db669cf2bcf409a88db02e7556059d5d48682f9cd2c |
|
MD5 | 600d9774c7f6e8e86ff9e34357d1de0c |
|
BLAKE2b-256 | f2646ac1118f656936dcdf73bae754e8ecb191ec582755b94778f67f18c9028f |