Howdy all,
Great forum here.
I need some help with regex.
I am (trying to) use regex to extract client names from text that I have extracted from scanned pages.
The zone text varies in it's format as shown in the examples below.
I need to extract the client name(s), both husband and wife if present.
FBT&T CUST FOR THE ROLLOVER IRA OF
JOHN Q PUBLIC
1234 MAIN ST
ANYTOWN, CA 55555-4444
JOHN Q PUBLIC
AND JANE M PUBLIC
JTTEN
1234 MAIN ST
ANYTOWN, CA 55555-4444
JOHN Q PUBLIC
1234 MAIN ST
ANYTOWN, CA 55555-4444
JOHN Q PUBLIC &
JANE M PUBLIC JTWROS
1234 MAIN ST
ANYTOWN, CA 55555-4444
I need to pull out JOHN Q PUBLIC and JANE M PUBLIC (if present) from these examples.
Can i use a single regex to extract this data from these variations?
Thanks,
Brian
Great forum here.
I need some help with regex.
I am (trying to) use regex to extract client names from text that I have extracted from scanned pages.
The zone text varies in it's format as shown in the examples below.
I need to extract the client name(s), both husband and wife if present.
FBT&T CUST FOR THE ROLLOVER IRA OF
JOHN Q PUBLIC
1234 MAIN ST
ANYTOWN, CA 55555-4444
JOHN Q PUBLIC
AND JANE M PUBLIC
JTTEN
1234 MAIN ST
ANYTOWN, CA 55555-4444
JOHN Q PUBLIC
1234 MAIN ST
ANYTOWN, CA 55555-4444
JOHN Q PUBLIC &
JANE M PUBLIC JTWROS
1234 MAIN ST
ANYTOWN, CA 55555-4444
I need to pull out JOHN Q PUBLIC and JANE M PUBLIC (if present) from these examples.
Can i use a single regex to extract this data from these variations?
Thanks,
Brian