Regular Expressions in standard Java

JDK 1.4 supports regular expressions in the java.util.regex package. Use of this package and supporting classes makes string search and manipulation very easy. It helps reduce the development effort, and at the same time significantly improves the maintenance of code. Since classes in this package are a standard part of core Java, they don't have to be distributed separately, and can be assumed to be present. more: Regular Expressions in J2SE

Average rating
(0 votes)

Similar entries

  • a nice Regular Expression Tutoria – Learn How to Use Regular Expressions…

  • Regular Expression Library gives you a 500+ library of already created regular expressions for use… as long as you don't have to modify them (and thereby understand them) this is fine… well, they are pitching their book on regular expressions…

  • ONJava.com has the next part 4 of "Java vs. .NET Security" for User Authentication and Authorization up. The article compares the issues and techniques you can utilize in the respective technology. I like this article series….

  • Denis Piliptchouk provides a side-by-side technical comparison of security features of Java v1.4.2/J2EE v1.4 (beta2) and .NET v1.1 platforms in ONJava.com: Java vs. .NET Security, Part 1 – the first part considers Security Configuration and Code Containment – Cryptography and…

  • Oracle has some interesting 10G articles up on OTN: Auto-Tuning Oracle Database 10g Oracle Database 10g supports the automation of more routine DBA tasks than ever before. The techniques described here can help you begin to implement Oracle SGA self-tuning…