fun parse(text: CharSequence, settings: DateTimeParserSettings = DateTimeParserSettings.DEFAULT): List<DateTimeParseResult>
Parse text into a list of results, each containing the parsed fields associated with a particular group.
settings - customize parsing behavior
DateTimeParseException - if parsing failed
Return
a list of results, matching the number of groups defined in the parser