in reply to can split() use a regex?

You want to give a limit to the number of fields to split. In your case you want to split on whitespace and limit to 2 fields (discarding the whitespace).