Hi I need help with the following, In the table i have input column and i have a pattern that all the values in the column have 4 letters than space and then the rest of alphanumeric pattern i want to use regex function to remove first 4 letters and space and have the remaining alpha numeric value in an output column.
| Input | Output |
| BDWS BM43:B | BM43:B |
| ELTM EM01 | EM01 |
| ESPK ER09-2 | ER09-2 |
| BAUL BL39:B | BL39:B |
| ROOT RO24:D | RO24:D |