Pcking up two numbers from an expression via regex
- From: maria <maria@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 09 Apr 2008 22:42:20 -0400
I have expressions in a file that contain the string
"... width="100" height="200" ... ".
How can I pick up, via regex, the two numbers, "100", "200", which
actually vary from line to line, and change them to something else?
In short, I need to pick up the numbers following
"width" and "height", respectively, and change them to new ones.
Thanks!
maria
.
- Prev by Date: Re: using different stylesheets for different browsers (how to)?
- Next by Date: Re: Need a hint on how to display mysql field as a link to a query
- Previous by thread: Need a hint on how to display mysql field as a link to a query
- Next by thread: Word to text translation
- Index(es):