Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: larry
Forum: Java Jun 6th, 2006, 11:42 PM
Replies: 6
Views: 297
Posted By larry
I really appreciate your help. The code examples...

I really appreciate your help. The code examples are helping me. Your example is very close and I think I am getting somewhere with it. Thank you.

I have a String named find that contains a name...
Forum: Java Jun 6th, 2006, 9:34 PM
Replies: 6
Views: 297
Posted By larry
yeah I know it has a Pattern and Matcher class. ...

yeah I know it has a Pattern and Matcher class.

Pattern pat = Pattern.compile(find); //need to put pattern here
Matcher m = pat.matcher(tarray[2]);
if(m.find())

I'm trying to let the user...
Forum: Java Jun 6th, 2006, 9:20 PM
Replies: 6
Views: 297
Posted By larry
need pattern matching help

Hi! I am new to pattern matching and need some quick help. I want user to be able to enter in a string and have it match against another string.

if they enter "jo.n sm.th" I need it to match to...
Showing results 1 to 3 of 3

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:47 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC