🌈 搜索
📅  最后修改于: 2022-03-11 14:47:23.887000             🧑  作者: Mango
import re pattern = re.compile("^([A-Z][0-9]+)+$") pattern.match(string)