I'm having trouble with two regular expressions that I need to use to validate url
s in an xsd
file.
I understand that there is a slight difference in how Schema
uses regex compared to other systems.
Does anyone have any valid regex to separately validate a url
and an email
in XSD
schema?