Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Pedro Silva   on Jan 08 In Java Category.

  
Question Answered By: Adel Fischer   on Jan 08

I would be realy carefull about using Regular Expressions. I use them
quite often because I am doing exact stuff, and I am working to a
standard. It can also lead to some messy code, or at least some code
that often needs a lot of refactoring. Not to mention that many people
have no idea what it is or how to modify it.

Share: