sah
December 27th, 2008, 07:37 AM
i want to match a user input given in a text field with a specific pattern using matches() method in Jbuilder 4 IDE. But there is no such method available. matches() method is used as
jTextField1.getText().matches("[A-Z][a-zA-Z]*")
how can i get this method in Jbuilder4?
jTextField1.getText().matches("[A-Z][a-zA-Z]*")
how can i get this method in Jbuilder4?