This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I have some problem regarding search the list of names the list will be like ArrayList list = new ArrayList(); list.add("ARIGENTO"); list.add("ARIGENTO'"); list.add("CALTANA"); list.add("COFIRMACALTANA"); list.add("BIVONA"); list.add("ARAGONA"); list.add("S.ANNA CALTOVA");
I need to search the name like : %ANA
where % is a formality it has nothing to do but it should be the starting field If i give the above search name where ever the names that are available in the list with these names should be copied in another arraylist please, help me in this regard, give me a simple way to do not by any other big logic