parse

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

settings

customize parsing behavior

text

text to parse

fun parse(text: CharSequence, settings: DateTimeParserSettings): List<DateTimeParseResult>