Hi,
I have text like this format
"term: 156^^^:^^59 datainput" Or "term: 156^^^:59 datainput" or "term: 156:^^^59"
The "^" represented white space. Notice the white space between the the two numbers and the colon. There 2, 3, 4 or even 7 white space between the two number. I want to remove these white space so that the text can be in this format :
"term: 156:59 datainput"
which is no more space between the the two number -> 156:56. I want to remove the white space between the number and the colon only.
Thanks for any input.