HI,
Alright. For now, can you try the following pattern?
(?<=First Name\n).*
or
(?<=First Name\r\n).*
Basically (?<=KEYWORD\n).* might work.
Regards,
HI,
Alright. For now, can you try the following pattern?
(?<=First Name\n).*
or
(?<=First Name\r\n).*
Basically (?<=KEYWORD\n).* might work.
Regards,