I need to identify the name, CPF and address information within contracts.
The landlord's line is as follows:
LANDLORD: Jose Reinaldo Lellis de Andrade
LOCATOR: Isabel Cristina de Rezende Leme Ferreira Andrade
I can select the entire line with 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:
?