I have a String which contains characters in the sequence : ":"
Instead of that, I just need: :
Like this: Original:
"Value**":"**One"
Chages I need:
"Value : One"
What operation I should do on String like replaceAll to get the required output?