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

Browse by Tags

All Tags » regexp » find replace
  • 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
  • Number Format

    Hi, I want to replace numbers that look like this: 3141592.65358 to this format: 3,141,592.65358. I didn't even know how to start. Some more examples: 123.123          ->            ...
    Posted to Construction Advice (Forum) by foodforlions on November 16, 2006
  • Newbee: Replace word (C#)

    Hi I have a formulam represented like a string: @X1 + @Y2/ @X + @Y, where @xxx are variables which are replaced with a numeric value. Question 1:  Instead of myFormular.Replace("@X", "1234") I want to use a RegEx pattern to make sure that @X1 is not replaced when searching for @X. How do I ...
    Posted to Construction Advice (Forum) by tjementum on October 17, 2006
  • Replace width parameter

    Hi I want to replace all occurrence of width(width=450, width=450px, width="450", width="450px"etc) in my text to a fixed width of 350px. It should check for all possible way width can be defined in a text and replace it with the fixed width defined in the regular expression. for eg. <object width="425px" ...
    Posted to Construction Advice (Forum) by unknownkhan on October 9, 2006