Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » xml » markup
  • Exclusion matches

    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 ...
    Posted to Construction Advice (Forum) by jairamr on February 17, 2007
  • Re: matching nested tags

    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
    Posted to Construction Advice (Forum) by mdileep on February 7, 2007