Tue Feb 01, 2011 4:18 am
Thu Feb 03, 2011 1:41 pm
String str="dfae534&34(4645";
String newStr="";
for(int i=0;i<str.length();i++){
if(str.charAt(i)<96&&str.charAt(i)>65){
newStr+=str.charAt(i);
}
}
Fri Feb 04, 2011 6:00 am
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.