开发者

error in xml code

开发者 https://www.devze.com 2023-01-25 01:40 出处:网络
I am using the code inXML scehma to represent my phone number which is like this: ABC-JHG I am getting an error like: valuesAbc-JHG is not allowe开发者_开发知识库d for element Name.

I am using the code inXML scehma to represent my phone number which is like this:

ABC-JHG

I am getting an error like: values Abc-JHG is not allowe开发者_开发知识库d for element Name.

How should I make it comaptile with my input.


\d is only for numbers, change the second two to \w.


Use a regular expression that allows non-numeric data.

0

精彩评论

暂无评论...
验证码 换一张
取 消