InputKit icon indicating copy to clipboard operation
InputKit copied to clipboard

身份证正则 问题

Open GeekWorkCode opened this issue 6 years ago • 1 comments

let kLimitedTextCarIDRegex = "(^[0-9]{15}$)|([0-9]{17}([0-9]|X)$)"
textField.limitedRegEx = MatchConstant.Name.kLimitedTextCarIDRegex textField.limitedType = .custom 输入框什么都不能输入,这种情况应该咋用啊?

GeekWorkCode avatar Jun 22 '18 08:06 GeekWorkCode

具有实时判断的正则,现有版本尚不支持。

tingxins avatar Aug 21 '18 12:08 tingxins