`Regex.fromLiteral("""\d\d\d\d""").matches("""\d\d...
# announcements
d
Regex.fromLiteral("""\d\d\d\d""").matches("""\d\d\d\d""") == true