Regular Expressions

Are this Regular Expressions equal?
Is it possible just to use SPACEs in the pattern definition?


<xs:simpleType>
     <xs:restriction base="xs:string">
          <xs:pattern value="\d{6} \d{6} \d{6}"/>
     </xs:restriction>
</xs:simpleType>

<xs:simpleType>
     <xs:restriction base="xs:string">
          <xs:pattern value="\d{6}&#x0020;\d{6}&#x0020;\d{6}"/>
     </xs:restriction>
</xs:simpleType>

Sincerely,
Nell G.



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx

Received on Tuesday, 13 August 2002 12:03:29 UTC