aspose file tools
The moose likes Java in General and the fly likes Match url to anothern url with the same pattern Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Match url to anothern url with the same pattern" Watch "Match url to anothern url with the same pattern" New topic
Author

Match url to anothern url with the same pattern

Raihan Jamal
Ranch Hand

Joined: Mar 23, 2010
Posts: 85
I have a list of url's and I want to do something if that url starts with the given pattern. As in the below case it is not matching but this url http://www.qualcomm.com/citizenship/wireless-reach/news-and-resources is from this pattern only http://www.qualcomm.com/.*/wireless-reach So any url that starts with this pattern.. just do this thing in the if loop... Any suggestions will be appreciated...!!


 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Match url to anothern url with the same pattern
 
Similar Threads
convert .txt file in .csv format
Opening a URLConnection in several threads
Onchange JCombobox
Stringbuffer and carriage return
Non syncronized output even when accessing syncronized method