Hi @natanael_mendes ,
I'm not too sure if you know of this website, but you can use it to test various cases of RegEx alongside Python if you're familiar with that as well.
In addition, inputting your test case into the RegEx generator on that site, I was able to generate this. Hopefully it serves as a starting point:
Best Regards,
Taylor Sanchez
Also adding that you can use that RegEx generator to test out your specific String. I've noticed that the appending values are blotted out, so if it's sensitive information and the RegEx provided doesn't work, you can adjust as needed for your use case.
Featured Posts