summaryrefslogtreecommitdiff
path: root/types/compat/re.pp
blob: e4b5f30f62be43b290ada3d1ad3f4c7673d469e2 (plain)
1
2
3
# Emulate the validate_re function
# validate_re(value, re) translates to Pattern[re], which is not directly mappable as a type alias, but can be specified as Pattern[re].
# Therefore this needs to be translated directly.