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

  1. @ "^ ([\ w] | [| |

    \ W] | [\ n]) {0,200} $"

  2. @ "([\ s] | [\ S] | [\ n]) {0,200} $"
  3. @ " ^ ([\ W] | [\ W] | [\ r \ n]) {0,200} $ "
  4. @" ^ ([\ 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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -