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

Browse by Tags

All Tags » regex » dotNet
  • Regex for string not having \ / and .(dot) and length must be 60

    Hi, I need a help on creating regular expression for string length must be 60 and it should not contain \ / and .(dot) I have two regular expressions for validating separately for above condtion. I need it in single expression. Expression are   [^\\/\.]+$    for checking \ / .(dot)^.{60,60}$    for fixed ...
    Posted to Construction Advice (Forum) by bussureddy82 on June 3, 2009
  • RegEx Help - Replacing hrefs

    OK. Stick with me here. It is going to take me a few to explain this. I am writing a small application in VB.NET. The ultimate task is to make a web browser, within a web browser. Basically, You open IE, FireFox, Safari, or whatever browser you like and go to the web application I am building. At the top of the web page, I have a tool bar, ...
    Posted to Construction Advice (Forum) by TampaWebDevelopment on June 27, 2007