I am trying to get the last 2 lines of string examples below, Names are variable and need to data scrape the address only which resides on last 2 lines. How do I do string manipulation for this? Regex?
Input string variable:
John Doe
1234 MyStreet Way,
WestField, PA 1234-6703,
John Doe
Jane Doe
1235 MyStreet Way,
WestField, PA 1234-6703,
Expected result:
1235 MyStreet Way,
WestField, PA 1234-6703,