Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does JDK 6 regexp compare with org.apache.regexp?

I'm interested in benchmarks and functionality? Is there are any reason to use Jakarta regexp?

like image 726
yura Avatar asked Jan 15 '11 11:01

yura


1 Answers

It seems that there is no reasons for that. But there are some other interesting libraries, apart from jakarta one. This link provides some information about performance and perl5 regexps compatibility:

http://tusker.org/regex/regex_benchmark.html

like image 56
Stas Avatar answered Nov 20 '22 18:11

Stas