Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Sunil Sharma

    Add Minus (-) into pattern but constrain is Munis (-) should not be first character

    <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}$" />

Part and Inventory Search

Back
Top