1

I need help in XML code for Regular expression. My code should not accept these words County|county|COUNTY|Cnty|CNTY|cnty|Parish|PARISH|parish. Due to some XML limitation its hard to sove the XML regular expression I'm using Version 1.0 in both XML and XSD files. Please help me

<xs:pattern value=".*[a-zA-Z0-9].*[^(?!county|COUNTY|County|Cnty|cnty|CNTY|Parish|PARISH|parish).$]"/> 

<xs:pattern value=".*[a-zA-Z0-9].*[^(?!county|COUNTY|County|Cnty|cnty|CNTY|Parish|PARISH|parish).$]"/>

Expected results: Fairfax city parkway

Error with code: Fairafax city (This should match with my regular expression)

Wiktor Stribiżew
  • 607,720
  • 39
  • 448
  • 563

0 Answers0