Hello guys,
Looking for some advice here since I’m encounter some problem.
I have a dynamic string example of text:
- Tickets No : PCP-20210707-12345 created with No: QR20210707-56789 created successfully.
- Tickets No : PCP-20210707-9080012 created successfully. Need to create manually.
So I’m trying to capture PCP-20210707-9080012 or PCP-20210707-12345.
I use Substring to remove the first part because it has the same number of character. But couldn’t figure out on how to remove the part after the text I want to capture.