Add more verbose explanation for matches_re

This commit is contained in:
Hynek Schlawack 2019-09-09 10:50:31 +02:00
parent 08b15877c7
commit ef488122eb
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Added ``attr.validators.matches_re``
Added ``attr.validators.matches_re()`` that checks string attributes whether they match a regular expression.