Sunil Sharma
Programmer
<xsattern 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?
<xsattern 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?
<xsattern value="^[a-zA-Z0-9\?\,\+\:\(\)\.\'\-\/ ]+!^[-]{0,105}$" />