|
You are here |
taylorbrazelton.com | ||
| | | | |
blog.rowan.earth
|
|
| | | | | A few cool things to check out from a conference named after a file format. | |
| | | | |
fnordig.de
|
|
| | | | | Personal website of Jan-Erik Rediger | |
| | | | |
zzamboni.org
|
|
| | | | | 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
|
|
| | | 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. | ||