Community

Java 101: Regular expressions in Java, Part 1

(Jeff Friesen) Java’s character and assorted string classes offer low-level support for pattern matching, but that support typically leads to complex code. For simpler and more efficient coding, Java offers the Regex API.

Read More - Register for Free Membership