Hello,
I need some assistance building out logic that would parse a string with data in the following format:
| Project Description | Project ID |
| PS_PSAP002534_Soft | PSAP002534 |
| PS_PSEM005740_Black | PSEM00574 |
I want to parse the string to just remove the ID field. The challenge is that the ID field is not always the same character length each time. I think the best approach would be to use regex to find 3 characters and stop at underscore. I need help building out that logic in regex. Please let me know if you an idea.
Kind Regards,
Rahshid