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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 098a79792a7099bf8209e1c5463e4450fd6565002f968159610c129f7c01c567 |
|
MD5 | 18f99e0b66f5967fbed241c3fd3c5650 |
|
BLAKE2b-256 | 96c74310af6484b4ae1f74eb985919758a5af9caa067ca0208b462748a2ffd7f |
Close
Hashes for tracardi_string_splitter-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 086121a8a5da6b3564736acee793e2fc1b3c0c60a549a84bd65a6940495dfed8 |
|
MD5 | 5aa52ea6b5c1666771792d1c25954f76 |
|
BLAKE2b-256 | b5ebf27e685da6c1e99bce4fc2b4e530960f48b92853ff230cee5d81f91e0ce7 |