soccer4ward
New Member
- Joined
- Aug 11, 2020
- Messages
- 8
- Office Version
- 2016
- 2013
- 2011
- 2010
- 2007
- Platform
- Windows
Hello,
I'm looking for help in locating and replacing/deleting the following pattern within a string in a cell:
"xxx.xxxxx.xxx.xxxxx.xxxxxxxxxxx" where x represents a numerical character
i just learned how to use regExp...but can't figure out for the life of me how to tell it to look for the specific pattern above using its arguments. Once found, i need it to delete that pattern or replace it with a space. Each string could potentially have multiple of these patterns. All of them need to be deleted/replaced
Any help is appreciated!
thank you,
I'm looking for help in locating and replacing/deleting the following pattern within a string in a cell:
"xxx.xxxxx.xxx.xxxxx.xxxxxxxxxxx" where x represents a numerical character
i just learned how to use regExp...but can't figure out for the life of me how to tell it to look for the specific pattern above using its arguments. Once found, i need it to delete that pattern or replace it with a space. Each string could potentially have multiple of these patterns. All of them need to be deleted/replaced
Any help is appreciated!
thank you,