This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hello,
I am trying to eliminate a single space or a character between 2 single letters using Regex:
For example: S P SERVICES or: S & P SERVICES
How do I get to: SP SERVICES using the Regex_Replace formula?
Thanks!!
Solved! Go to Solution.
Thanks so much!
I am looking for something that works for ANY space/characters between single letters.
So if i have I B M or: SERVICES S P SERVICES
will the same formula eliminate the spaces between those single letters as well to get to:
IBM
SERVICES SP SERVICES
Not sure if it is possible to achieve such thing using Regex..
Thanks again!
wow. that works! thank you very much