Login
From:
MDN Web Docs
(Uncensored)
subscribe
String.prototype.split() - JavaScript | MDN
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split
links
backlinks
Roast topics
Find topics
Find it!
The split() method of String values takes a pattern and divides this string into an ordered list of substrings by searching for the pattern, puts these substrings into an array, and returns the array.