validateMonthString

Validates s == pattern "0{4,6}-00"

@safe
bool
validateMonthString
(
string s
)

Meta