Hi Roger, >Toby, > >Please review your decision to use Regexp. As I have said before in this >forum, at this time Regexp is not mature enough and has some fundamental >problems. Look at regex4j from IBM (my favorite), Jakarta ORO (second >favorite) and GNU regex. > >I have performed some simple comparative tests and regex4j comes out best. >Once I get all my JUnit tests converterted to JDK1.4 (assert is now a >reserved word!) I shall compare with JDK1.4's regex. > >Roger
Thx, for your hints. I guess will review our decision. We currently use regular expressions not very much right now, but I guess this will change in future. I'm currently doing the first steps using them, and I can't image a life without regexp in dealing with strings. In context of XML Schematas like XML Schema or Relax NG, the use of regular expressions will increase, too. Ok! I think we have a look at toolkits you suggest, be we will keep our I one this project ;-). If my knowlege about building a regex-machine growth, I consider to join your development team. about assert: Yes I have to change some old JUnit code know, too. It wasn't a good dicision to keep that word unreserved in ealier Java Versions.... :-/ bye & thx toby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>