15 Sep 2023 06:58 PM
Hello Guys im having a problem with this regex
i want to bring only CARLOS ALBERTO CAINO
And i did this cleanup rule
but the e-CPF and the numbers still showing up.
How can i do this?
Solved! Go to Solution.
17 Sep 2023 04:03 AM
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
17 Sep 2023 04:04 AM
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.