Last updated
Was this helpful?
Last updated
Was this helpful?
Split a string on a character except when the character is escaped.
Please consider following this project's author, , and consider starring the project to show your and support.
Install with :
Brackets
Type: object|boolean
Default: undefined
Description
If enabled, split-string will not split inside brackets. The following brackets types are supported when options.brackets
is true
,
Or, if object of brackets must be passed, each property on the object must be a bracket type, where the property key is the opening delimiter and property value is the closing delimiter.
Examples
Type: string
Default: .
The separator/character to split on.
Example
Type: boolean
Default: undefined
Keep backslashes in the result.
Example
Type: boolean
Default: undefined
Keep single- or double-quotes in the result.
Example
Type: boolean
Default: undefined
Keep double-quotes in the result.
Example
Type: boolean
Default: undefined
Keep single-quotes in the result.
Example
Type: function
Default: undefined
Pass a function as the last argument to customize how tokens are added to the array.
Example
Properties
The tok
object has the following properties:
tok.val
(string) The current value about to be pushed onto the result array
tok.idx
(number) the current index in the string
tok.str
(string) the entire string
tok.arr
(array) the result array
Added
adds support for brackets
You might also be interested in these projects:
Jon Schlinkert
Also respects brackets :
Pull requests and stars are always welcome. For bugs and feature requests, .
(This project's readme.md is generated by , please don't edit the readme directly. Any changes to the readme must be made in the readme template.)
: Convert roman numerals to arabic numbers (useful for books, outlines, documentation, slide decks, etc) |
: Generate randomized strings of a specified length using simple character sequences. The original generate-password. |
: Repeat the given string n times. Fastest implementation for repeating a string. |
: Convert numbers to roman numerals (useful for books, outlines, documentation, slide decks, etc) |
Copyright © 2017, . Released under the .
This file was generated by , v0.6.0, on November 19, 2017.
Commits
Contributor
28
9