How would I convert something like 'US (United States)' to just 'United States' ? Have to do this for multiple countries
Solved! Go to Solution.
thanks i was also looking for this Regex_Replace formula, however is there any way to keep the parentheses as well?
like
Input : US (United States)
Output: (United States)