issues
search
tc39
/
proposal-reversible-string-split
String.prototype.splitn for ECMAScript
MIT License
82
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support split from right
#15
behnammodi
opened
1 year ago
1
Also add splitOnce ?
#14
hax
opened
2 years ago
1
Suggestion: split the variants with and without the remainder into two separate functions
#13
dead-claudia
opened
2 years ago
1
Proposal: `String.SplitN`, a splitter
#12
ycw
opened
2 years ago
13
Prefer splitN(n, sep) instead of splitN(sep, n)
#11
hax
opened
2 years ago
5
Historical info
#10
hax
closed
2 years ago
2
The name should be "splitN" as JS name convention
#9
hax
closed
2 years ago
2
Fix typo in readme
#8
papb
closed
2 years ago
0
what are some examples of things that are difficult to do with the existing split method?
#7
michaelficarra
opened
2 years ago
6
will having two split methods cause confusion?
#6
michaelficarra
opened
2 years ago
29
Will a RegExp be allowed as the first argument?
#5
brad4d
opened
2 years ago
8
Interpretation of count argument
#4
bathos
opened
2 years ago
3
N seems off for most languages in the table
#3
ljharb
closed
2 years ago
3
python has a green check but doesn't match the others
#2
ljharb
closed
2 years ago
4
Options object as a third parameter
#1
akselinurmio
closed
2 years ago
3