Explore >> Select a destination


You are here

taylorbrazelton.com
| | blog.rowan.earth
23.5 parsecs away

Travel
| | A few cool things to check out from a conference named after a file format.
| | fnordig.de
23.8 parsecs away

Travel
| | Personal website of Jan-Erik Rediger
| | zzamboni.org
18.2 parsecs away

Travel
| | To collect all regex matches in a string into an array, pass the regexp object to the string's scan() method, e.g.: myarray = mystring.scan(/regex/). Sometimes, it is easier to create a regex to match the delimiters rather than the text you are interested in. In that case, use the split() method instead, e.g.: myarray = mystring.split(/delimiter/). The split() method discards all regex matches, returning the text between the matches. The scan() method does the opposite.
| | actsofvolition.com
24.6 parsecs away

Travel
| I asked my 8-year-old son to set a timer for 15 minutes. He opened YouTube and searched for (and found) a 15-minute timer. I've never felt so old.