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
File details
Details for the file tracardi-string-spliter-0.1.tar.gz
.
File metadata
- Download URL: tracardi-string-spliter-0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f93d87dabd0c0d0ea8305f338975e294f63865bb6d625435c413d444998cd0a |
|
MD5 | 0683d6c136ce879cc0881443e2535616 |
|
BLAKE2b-256 | 559decb287641b69d2ba2211f40e37717ec2aed1155b824e173a0d68bf6c2311 |
File details
Details for the file tracardi_string_spliter-0.1-py3-none-any.whl
.
File metadata
- Download URL: tracardi_string_spliter-0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efb56a4f45d42554df81f49b68a30b3d1f2d245f14bd6aaaf12ca5bd2b6bbb5c |
|
MD5 | 066d96c057fc5a40af7de084832efd78 |
|
BLAKE2b-256 | a9f39c30fc91f1b682cf0d32aa40d44f5f436f0bd552ee597a604a740dbb0356 |