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

Browse by Tags

All Tags » Regular Expression Help Needed
  • Regular Expression for xml MatchPattern node (Help)

    Helo everyone,   I am new here and today I had my first expression with Regular Expressions. I read for hours and I am trying but my expression doesnt work. I Have a xml that has the rules for extracting some values from a file to show them to thes users (the program is in VB). The file contains this line --> Delivery: Phone:989909 ...
    Posted to Construction Advice (Forum) by RegexNewbie on June 19, 2010
  • validate a persn name using regex

    Hi all, I need a regular expression in which i can validate a person name for ex. Dr.Michel.S.A is acceptable but Dr..Michel is not. I simply need a solution where in 2 consecutive dots are not acceptable or consecutive space is also not acceptable i ve this expression [a-zA-z]([a-zA-Z\.])+$ which accepts consecutive dot .I need help .How ...
    Posted to Construction Advice (Forum) by meg_lohit on May 14, 2010
  • Please help! Matching all or part of a literal term

    Hi, folks. I've been banging my head against this for a few days now, and have now run out of ideas. I'm new to this RegEx business, so I'm hoping I'm just missing a basic concept somewhere.  I am working on a project in which I need to match a series of commands recorded in a log file against a supplied list of commands that ...
    Posted to Construction Advice (Forum) by mcbenson on March 31, 2010
  • Re: finding selected text between matching tags

    bob.aldrich: > but I would like it to fail if it finds a closing “/style” tag, before it finds the “refStyle” , > I was hoping the {1} would limit the result to just include the reference to style> only once.    Here is a quick script. Thanks for attaching the input sample - makes it ...
    Posted to Construction Advice (Forum) by JenniC on February 11, 2010
  • finding selected text between matching tags

    Recently upgraded a Cognos reporting environment with over 4000 reports specifications stored in XML.  There are certain style functions that have been deprecated and my task is to find them and replace with the current function.  My attempt to search for specfic style references is returning more data than desired.  ...
    Posted to Construction Advice (Forum) by bob.aldrich on February 7, 2010
  • Regular Expression Help Needed

    I have the following search strings and I need to extract 1. ABC XYZ  2. Mobile Accessories and 3. Samsung 250, whenever they occur in the string in any order. Search Strings ____________________________________________ ABC XYZ ABC XYZ category:"Mobile Accessories" category:"Mobile Accessories" ABC XYZ ABC XYZ ...
    Posted to Construction Advice (Forum) by sednasystems on November 22, 2009