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