how to add double/triple spaces between words in a string in java?
I have a string which has single space between words. There will be almost
30 words. I need the single space to be replaced with two/three spaces.
How can I do that using replaceAll() ?
No comments:
Post a Comment