Hi,
If we have :
String source = "85.34% of all, the application are wrong, it's normal"
How to reverse it to :
"85.34% fo lla, eht noitacilppa era gnorw, ti's lamron"
Thanks
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hi,
If we have :
String source = "85.34% of all, the application are wrong, it's normal"
How to reverse it to :
"85.34% fo lla, eht noitacilppa era gnorw, ti's lamron"
Thanks
Whow what you've tried and where you're stuck, as no one here will do this for you. And please read the links below:
This thread has been cross posted here:http://www.java-forums.org/new-java/43665-how-reverse-string-skiping-numbers.html
Although cross posting is allowed, for everyone's benefit, please read:
Last edited by helloworld922; May 6th, 2011 at 11:19 PM.
Try this. Run the code and see if you understand what is happening.
Regards
Dele
Last edited by copeg; May 26th, 2011 at 09:11 AM.