|
|
Browse by Tags
All Tags » C# » find replace
-
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, ...
-
I'm trying to convert all relative paths within a html page into absolute paths. I've searched quite a bit and not found anything that does exactly what I'm trying to do.
I'm using .Net to do the replacement. Here is the pattern I have so ...
-
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 ...
|
|
|