http://qs321.pair.com?node_id=247850


in reply to Learning regexes

As mentioned earlier, Mastering Regular Expressions is good if you want to improve your regex kung-fu. However, I would like to note that split uses regexes. The first option to split() is a regex...