Get with regex all inside brackets

Hi all,

I would neet to get from the sentence (A), without using the letter “A”, as I have more items like this one but with other letters.

This is the sentence: In the beginning(A)

Many thanks!
Angel

Hi @Angel_Llull

Are you referring like this,

(?<=\().*(?=\))

image

Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.