python RegExp:Placas de carros colombianos。哥伦比亚车牌验证员。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python RegExp:Placas de carros colombianos。哥伦比亚车牌验证员。相关的知识,希望对你有一定的参考价值。
from django.core.validators import RegexValidator
plates_validator = RegexValidator(
r'^([A-Z]{3}\d{3}|[A-Z]{2}\d{4}|[A-Z]{2}\d{3}[A-Z]|[A-Z]\d{4,5}|[A-Z]{3}\d{2}[A-Z])$',
u'Combinaciones posibles: ABC123, AB1234, AB123C, A1234, A12345, ABC12D'
)
# http://www.regexr.com/391ai
以上是关于python RegExp:Placas de carros colombianos。哥伦比亚车牌验证员。的主要内容,如果未能解决你的问题,请参考以下文章
python Python:列表理解中的Regexp(快捷语法)
sqlite3:用python创建函数regexp
python using_regexp.py
csharp RegExp c#的正则表达式
python 过滤regexp&uniq的日志文件
RegExp -- 正则语法