|
|
Browse by Tags
All Tags » xml » markup
-
Hi Guys,
I need a bit of help in coming with a RegEx pattern to catch sequences that should not be in th input string.
What i am working on goes like this....
I seek to filter out unwanted string patterns from input strings using an XSD. For example, i'd like to create a <xsd:simpleType> which derives form <xsd:string> and ...
-
The Below One Solves Yours Problem
<Restaurant\s*(.*?)(\s*>\s*(.*?)\s*)*</Restaurant>
This is a good Tool
http://www.regextester.com/
From
Dileep.M Desk
mdileep@gmail.com
|
|
|