On Apr 26, 2020, at 11:24 AM, Rick reasoned > In the middle-end part of the string I have “(x)” where x represents some integer. > it could be (4) or (10) or (5) etc. If you’re certain that this is the only, or even the first, integer, a regular expression search and replace or [0-9]+ would do the trick.