2
theuser
6y

Okay, I'm learning XSD (I wish i didn't, but yeah)

Why the fuck does it require so much code to use the simplest regex?

<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:pattern value="([0-9])*" />
</xsd:restriction>
</xsd:simpleType>

Comments
Add Comment