Java Regex Stuff
A few links concerning Java's regular expression handling:
- Tim Bray on Java outperforming Perl regular expressions.
- Matt Quail on why Java regular expressions still have some work to do, i.e. not start to throw stack overflow exceptions on
(x|y)*.
And people (admittedly geeky kinds of people) wonder why the lack of tail call elimination in the JVM is a problem!
