Hello,
I'm new to using RegEx and I'm trying to Parse a name field. The names are formatted as follows
Smith/John A
Doe/Jane
I tried using the below expression but it's not parsing any of the fields, I just get a message saying 0 records were successfully parsed and 100 were not.
(\d+)\W(\d+)\s(\d+)
Any help would be much appreciated.
Thanks.