Learn how to split a string into substrings in JavaScript with both the substring() and split() methods, and how to choose which one to use.

Continue reading Quick Tip: How to Split a String into Substrings in JavaScript on SitePoint.