0.0.1 • Published 3 years ago

@string-plumbing/split v0.0.1

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
3 years ago

:vulcan_salute: @string-plumbing/split

Split a string into substrings given a pattern with JavaScript. See docs.

:warning: Depending on your environment, the code may require regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

import {split} from '@string-plumbing/split';

split('A, B, C', ', '); // ['A', 'B', 'C']

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size