Regex extract text

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.

  1. Due Dates (Address of Member)
    Line 1: abc street
    Line 2: city ,state

  2. Instructions:
    instruction here

Can anyone help.

@shanewatson Check this link :

@shanewatson The same method should be able to get you the required output.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.