Skip to Content
0
Jan 31, 2023 at 02:45 PM

Replace substring within Brackets with regex

152 Views

Hi,

the following String is given: '{12ZT-}716Ghdnsba'.

I want to cut the text within the Brackets, so the result would be '716Ghdnsba'.

Can anybody show me the approach with Regular Expressions? (regex?)