Filed under: Developer, Utilities
RegExr: test regular expressions online

Things like Usenet search tools, Google Code search, and Open Office support regex, and regex versatility far surpasses simple wildcard searches like *.exe. For instance, a regular expression like .*@([^.]+\.)*example.com$ will find all email addresses from example.com (and its subdomains).
To use RegExr, type your expression in the top box, and then type/insert text in the box below to see if it matches your expression. You can use the helpful sidebar to learn about and insert different regex strings to build your overall pattern.
If you want a more feature-rich program, are running Windows, and have $39.95 to spare, try RegExBuddy. The RegExr developer plans to release free AIR versions of his product for Mac OS X and Windows.
UPDATE: The developer has recently released a significant update to RegExr that adds a code-sense engine and replace functionality.
The AIR version is now also available.
So, just how good at time waster games are you? Think you've got the stuff? Well, The World's Hardest Game 2.0 doesn't think you do.
Yes, amazingly, it's possible to have a sequel to a game called "The World's Hardest Game". It doesn't seem logically possible, since if the first one was actually the world's hardest, how could another one come along and share the moniker? It made me doubt the name in the first place. That is, until I tried the game.
The mechanics of the game are very simple. You are a small red square, ...
