Skip to content
New issue

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

RegEx Mask Input? #154

Open
milch-shake opened this issue Jan 27, 2023 · 0 comments
Open

RegEx Mask Input? #154

milch-shake opened this issue Jan 27, 2023 · 0 comments
Labels
question Further information is requested

Comments

@milch-shake
Copy link

Is there a way to define a mask with variable lengths (like with RegEx)? As an example a car license plate (Germany):
D:GA 123
HH:A 89

^[A-Z]{1,3}\s?[A-Z]{1,2}\s?\d{1,4}$

@milch-shake milch-shake added the question Further information is requested label Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant