I want my input text to accept following characters only 1,2,3,4 and 5+ And to validate the above character I need a regular expression (ng-pattern).
Is their any perfect website to learn Regular expression?
I want my input text to accept following characters only 1,2,3,4 and 5+ And to validate the above character I need a regular expression (ng-pattern).
Is their any perfect website to learn Regular expression?
You can experiment RegExp here : https://regex101.com/ When you tip things, it will explain you what it does That could help you, i don't know if there is tutorial on it through
you can learn regular expression here RegularExpression
Also you can check for practice purpose practice