regex - Regular Expression for Text Area for validating Range -
I want a regular expression for the text area that will not valid for more than 200 characters in the text field, because we know the maximum length
-
@ "^ ([\ w] | [| |
\ W] | [\ n]) {0,200} $"
@ "([\ s] | [\ S] | [\ n]) {0,200} $"
@ " ^ ([\ W] | [\ W] | [\ r \ n]) {0,200} $ "
@" ^ ([\ s] | | [\ ] | [\ R \ n]) {0,200} $ "
tried all the validator, but still not working to register Please help me Please.
If your language is a dot-tag, a simple workaround is to use the opposite pair in a class class.
It should work in all regedx flavors:
^ [\ s \ S] {0,200} $
windows To enter the ad on a "character":
^ (\ r \ n |.) {0,200} $
Regex alternation left- To-right, so that the new line of windows will be used as a word and will be allowed out of 1 in 200.
Comments
Post a Comment