CLOCK_REGEX

Undocumented in source.
static
auto CLOCK_REGEX = std.regex.regex(`(?P<time>` ~ `(?:` ~ `(?:[01]?[0-9])|(?:2[0-3])` ~ `)` ~ `:` ~ `(?:[0-5][0-9])` ~ `(?::(?:[0-5][0-9]))?` ~ `)` ~ `(?P<index>` ~ `(?:(?:[:\^][0-9])|¹|²|³)?` ~ `)` ~ `(?P<tribune>` ~ `(?:@[A-Za-z]*)?` ~ `)`);

Meta