I am scratching my head around for this small yet confusing requirement that I have.
I need a regular expression for the name field which only allows letters, apostrophes, full stops, commas and hyphens. Name field also should not allow more than 150 characters.
Any help would be much appreciated!
Use regex pattern
If minimum length is also required, replace
0with such number…