Hi ,
I need to extract text between:“Due Dates (Address of Member)” and “2 Instructions:”
I used (?<=(Address of Member)).*(?=\n2. Instructions) but not working maybe because of white line.
-
Due Dates (Address of Member)
Line 1: abc street
Line 2: city ,state
-
Instructions:
instruction here
Can anyone help.
@shanewatson Check this link :
@shanewatson The same method should be able to get you the required output.
system
(system)
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.