We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let kLimitedTextCarIDRegex = "(^[0-9]{15}$)|([0-9]{17}([0-9]|X)$)" textField.limitedRegEx = MatchConstant.Name.kLimitedTextCarIDRegex textField.limitedType = .custom 输入框什么都不能输入,这种情况应该咋用啊?
The text was updated successfully, but these errors were encountered:
具有实时判断的正则,现有版本尚不支持。
Sorry, something went wrong.
No branches or pull requests
let kLimitedTextCarIDRegex = "(^[0-9]{15}$)|([0-9]{17}([0-9]|X)$)"
textField.limitedRegEx = MatchConstant.Name.kLimitedTextCarIDRegex
textField.limitedType = .custom
输入框什么都不能输入,这种情况应该咋用啊?
The text was updated successfully, but these errors were encountered: