Index:Java 2 Standard Edition (J2SE):Java 2 JDK:Utility classes (java.util.*):Regular Expressions (1.4)

How do I validate a textfield using the regex package?


You can use a custom InputVerifier in which you try to match the desired regular expression for that textfield.

Main.java:

This code sample is only viewable to esus.com members
Login or become a member!




Further Information
Author of answer: Joris Van den Bogaert

Comments to this answer are only viewable by members. Login or become a member!