I have a string like "Hello$_World"
and i want to replace it as "Hello World"
I am using -
regsub -all "$\_" "Hello$_World" " " strout
But not getting the desired result.
Can someone help me.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.