aspose file tools
The moose likes Java in General and the fly likes pattern matching Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "pattern matching" Watch "pattern matching" New topic
Author

pattern matching

shankar vembu
Ranch Hand

Joined: May 10, 2001
Posts: 309
I have the following code
Why is the result false?? I am trying to find if my word has 'feat' in it...
Shankar
Jim Yingst
Wanderer
Sheriff

Joined: Jan 30, 2000
Posts: 18670
Compare the API for matches() to the API for find().


"I'm not back." - Bill Harding, Twister
shankar vembu
Ranch Hand

Joined: May 10, 2001
Posts: 309
Originally posted by Jim Yingst:
Compare the API for matches() to the API for find().

thanx jim, now i get it. gotto read more carefully.....
shankar
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: pattern matching
 
Similar Threads
Regex
Help with Java Reg expr
Help (regex.Pattern): Replacing multiple consecutive character with single character
Is it possible to retrieve request parameters through pageContext ?
Find String that contains a given substring ignoring case