Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Jun 13, 2023 10:33 AM
Hello! I am trying to extract text from within Parentheses and can't get the Regex formula quite right. The data comes in like this:
Highrise Intro (First Last)
I want to extra First Last and eliminate the rest.
Thanks
Jun 13, 2023 04:23 PM
Hi @Erin_Burns,
Give this a try
REGEX_EXTRACT({some_field},'\\((.*?)\\)')