8
I need to identify within contracts the name information, CPF and address.
The landlord’s line is as follows:
LESSOR: Jose Reinaldo Lellis de Andrade
RENTAL COMPANY: Isabel Cristina de Rezende Leme Ferreira Andrade
I can select the entire line through the code (locador[a]?):.*\n
, but this expression returns me the word Lessor too.
How do I return only the name after the word LOCADOR/LOCADORA:
?
Each technology has its own way of designating and naming groups in regular expressions. If I can provide you with what technology you’re using, I can improve my response.
– Leonel Sanches da Silva
which language? many languages have peculiarities as to their regex implementations
– BrenoZan