[\d\s] # matches a single char - digit or whitespace \d\s # matches two chars - a digit then whitespace