diff --git a/src/helpers.typ b/src/helpers.typ index 99ebdeb..ed986d2 100644 --- a/src/helpers.typ +++ b/src/helpers.typ @@ -14,7 +14,7 @@ "грудня", ).at(month - 1) -#let is-cyr(c) = regex("[\p{Cyrillic}]") in c +#let is-cyr(c) = regex("^\p{Cyrillic}") in c /// type-safe emptiness check #let is-empty(val) = {