Help

Extract a name from Parentheses

Topic Labels: Formulas
320 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Erin_Burns
4 - Data Explorer
4 - Data Explorer

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

1 Reply 1

Hi @Erin_Burns,

Give this a try

REGEX_EXTRACT({some_field},'\\((.*?)\\)')