Closed duduamar closed 9 years ago
I have command parameter with validation expression \d+ But even providing value like "40G" passes validation, while it shouldn't
Just add ^ and $
I have command parameter with validation expression \d+ But even providing value like "40G" passes validation, while it shouldn't