Hacker News new | ask | show | jobs
by bartl 3571 days ago
You can even do

    'test'.match(/st$/)
I don't see why people insist on doing all the low level shit themselves, and then still complain about "scalability" and "fitness for programming on the enterprise level".