I have the following line:
hshd household 8/29/2007 LB
I want to match anything that comes before the first space (whitespace). So,
for the entire line
^(\w+)\s+(\w+)\s+(\d+(?:\/\d+){2})\s+(\w+)$