my dog learned polymorphism
The moose likes Java in General and the fly likes new to matchres Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "new to matchres" Watch "new to matchres" New topic
Author

new to matchres

sudheer kiran
Ranch Hand

Joined: Jun 26, 2008
Posts: 237

hi all ,

i have a list of Strings


and a method



fillExpected method should return "A_04_B" when passed ""A_XX_B" as expected String.(Incrementing the value of the int at the positions of XX , considering A and B matching combinations).
and should return "A_03_C" when passed ""A_XX_C" as expected String.

this can be achieved by matchers and wild cards right?
any suggestions please.

Sudheer
SCWCD, SCJP 5
Nitin Surana
Ranch Hand

Joined: Jan 21, 2011
Posts: 129

sudheer kiran
Ranch Hand

Joined: Jun 26, 2008
Posts: 237

thank you for the quick reply.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: new to matchres
 
Similar Threads
Question about Generics and <? extends T>
getting the value of string array out of object array
Problem with Generics
custom taglib problem
Match the most closest number