|
|
Browse by Tags
All Tags » regexp » 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, ...
-
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 -> ...
-
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 ...
-
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" ...
|
|
|