我需要让HTML的输入元素模式忽略值的大小写, 如果正则表达式是/ [az]*/我可以让它匹配所有大写字母吗? (我知道我可以做/ [a-zA-Z]*/,但这只是一个例子.)
regex html5 input
html5 ×1
input ×1
regex ×1