Filtering Strings
807607Dec 4 2006 — edited Dec 4 2006I have a list of Strings some are "names" others are "numbers".
1
2
3
dave
4
john
5
Peter
I want to filter the list so that only strings with the names remain.
are there any mechanisms in java to do this?