我需要在XSL文件中处理不超过两个相同字母/数字的正则表达式。
之一
BB
到目前为止,我所拥有的
(?:[^a-zA-Z0-9]{1,2})
https://stackoverflow.com/questions/17973233
相似问题