-1

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?

Himanshu Shekhar
  • 1,196
  • 1
  • 16
  • 35

2 Answers2

0

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

Zakawa
  • 132
  • 1
  • 5
0

you can learn regular expression here RegularExpression

Also you can check for practice purpose practice