How to remove duplicate white spaces in string using Java?

Viewed 158560

How to remove duplicate white spaces (including tabs, newlines, spaces, etc...) in a string using Java?

9 Answers
Related