- or download this
/([\d]+) # match first nonspace ( greedy )
- or download this
([\w\s|"|\-|\']+) # capture at word boundary
- or download this
\s\s+ # single space followed by multiple spaces
- or download this
([\d,\.]+) # capture digit, comma, period
- or download this
\s[^\d]+ # single space, non-digit character