Split_er
Demo
Download
Comment
Examples
Hello World
Hello World II
Escape char
Escape char II
Notes on the demo output
Escaping the delimiter
Escaping the end of line
Double quote escape
Nesting of directional quotes
Split between characters (delimiter matches empty string)
Split between characters II
Split between characters III
Lines of comma separated values (CSV)
Preprocess escape sequences
Three level split (with preprocess)
Capturing groups in the RegExp delimiter
Max splits (not quite the same as String.split limit)
Split absolutely & Unclosed quote exception level
Split before and after quoted substrings (v1.2)
8K string, 2K splits, no quotes or esc, for performance measure
Quote chars:
Nesting
Expose:
None
Nested
All
Double quote escape
applies to:
Effective quotes
All quotes
Escape char:
applies to:
None
Effective quotes
All quotes
All
Preprocess escape sequences:
Limited
All
Unclosed quote exception level:
Warning
Error
More
Unexpected closing quote exception level:
Warning
Error
Opening/Closing quote position exceptions level:
Warning
Error
Delimiter
Type
Max
splits
Split
abs
Input:
Output:
Unescaped
Delimited
Indexes
Captures