Splits a string str into fields using pattern as the separator, which may be either a string or a regular expression. If pattern is not specified, then the regular expression \s+ is used to split on ...