Extracting characters within certian pattern including square brackets
Hi,
I have want to extract information from a text in a table row that includes square brackets.
Example Rows in text column:
Plate[QWE147] Reg[ABC123]
Plate[ASD258] Reg[DEF456] Information I want to extract:
ABC123DEF456 What is the best way to do this? I wanted to do it with regex but square brackets makes it complicated.