Posts by André • 9 points
2 posts
-
0
votes4
answers747
viewsA: Regex in Python to find several possible names
Guys, a lot of the problems were because of the spaces. Folder with some txts: https://drive.google.com/drive/folders/1aqUjO4x3cvmKFYJJZJKV8dMmDxGGBOqq?usp=sharing The following function picks up…
-
-1
votes4
answers747
viewsQ: Regex in Python to find several possible names
I need to find the name of the judge in a file of labor process, but first I need to know if he is Judge(a), Rapporteur(a), Judge(a) Rapporteur(a) or Judge(a). I’m using the following Regex: f_regex…