<xs:pattern value="^[a-zA-Z0-9\?\,\+\:\(\)\.\'\/ ]{0,105}$" />
This is the pattern where I need to add Minus (-) but restriction is that Minus (-) should not be a first character
Can we write like this?
<xs:pattern value="^[a-zA-Z0-9\?\,\+\:\(\)\.\'\-\/ ]+!^[-]{0,105}$" />
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.