Const
Regex pattern for Temporal.PlainMonthDay ISO 8601 strings (e.g. --01-15 or 01-15). Validates month (01–12) and day (01–31). The -- prefix is optional per ISO 8601.
--01-15
01-15
--
Regex pattern for Temporal.PlainMonthDay ISO 8601 strings (e.g.
--01-15or01-15). Validates month (01–12) and day (01–31). The--prefix is optional per ISO 8601.