Hi everyone,
Can anyone give me some tips on how I can pull text between two texts? The expression I currently have only takes whatever comes after the first text [\s|\n|\r|\v|\f|\t]*([^\n]+)
In my example below, I would like to pull the text between Reference #: and Urgency:, which is supposed to be blank.
Any tips would be greatly appreciated, thank you!