Hi Guys,
I'm trying to filter the following strings from a column by using REGEX_MATCH. The issue here is few of them have '()' and I tried using the following formula but it doesn't seem to be working
American Depository Receipt (ADR)
Corporate Bond
Government Bond
Global Depository Receipt (GDR)
REGEX_Match([Security Type], 'American Depository Receipt\s\(ADR\)\Corporate Bond/Government Bond\Global Depository Receipt\s\(GDR\)')
Is there any other way I can do this?