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 css stylesheet
  • Help in writing a regular expression

    Hi, I have a validation criteria which says: a number cannot start with "000" which is 9 digits in length. And it needs to be in one expression. Can somebody help me in writing a regular expression for this? Thank you
    Posted to Construction Advice (Forum) by trueharsh on July 31, 2007
  • regex to assign "classes" to table rows and data in HTML

    I am in the process of cleaning a website which has many tables in it. I have used regex to remove all formatting from the tables and get it ready for formatting. What I want to do now is to take the individual <tr> and <td> tags and assign CSS classes to them to format them properly for our new setup. The problem I have is that all ...
    Posted to Construction Advice (Forum) by technoguru on February 15, 2007
  • Finding character with an accent

    Hello! I have a problem writing an expression where I want to match all characters with an accent. I will have a text where the character é (or á) will appear and I just want to find this character or any character with an accent. I have tried all sorts of combinations with \P{Mn} but I don't get it to work. If I write an ...
    Posted to Construction Advice (Forum) by schabbelfarfar on November 21, 2006
  • Really need help matching stylesheet links in html

    Hey, I'm really hoping someone can help me out here. I need to match all of the stylesheet links in a page, but only the ones that use text/css as the type. Im currently using these 2 expressions: /<link.+?href=[\"'](.*?)[\"']/si /@import [\"'](.*?)[\"']/si They match properly but includes other ...
    Posted to Construction Advice (Forum) by geuis on September 22, 2006