检查是否为 carCode string 车牌号
字符串值
isCarCode('粤B68928'); /// trueisCarCode('粤-B68928'); /// trueisCarCode('粤 B68928'); /// trueisCarCode('粤B.68928'); /// trueisCarCode('粤B 68928'); /// trueisCarCode('广东 B12345'); /// false Copy
isCarCode('粤B68928'); /// trueisCarCode('粤-B68928'); /// trueisCarCode('粤 B68928'); /// trueisCarCode('粤B.68928'); /// trueisCarCode('粤B 68928'); /// trueisCarCode('广东 B12345'); /// false
检查是否为 carCode string 车牌号