Hi Alteryx Community,
How can I replace all of the numbers between a parentheses which contain a number to nothing. For example:
CURRENT ----> RESULT...
Test company 123 (100%) ----> Test company 123
Test company 456 (i.e. tc456) (200%) ----> Test company 456
Test Company (TC) Holding AB (46,714,779 COMMON_SHARES) ----> Test Company (TC) Holding AB
So to further clarify the text I have to the right of ----> would be the current state, and the text to the right of ----> is what I would how to achieve after a regexreplace.
Thanks so much for your help! Please let me know if you need further clarification.