[Tutor] Simple text transform with an RE
Tesla Coil
tescoil@irtc.net
Mon, 20 Aug 2001 12:02:14 -0500
On 20 Aug 2001, Allen J. Schmidt wrote:
> Also needed...a link to RE examples. Its one thing to
> read the syntax and quite another to gleam actual uses
> from them. Real world examples really help and anything
> offered would be greatly appreciated.
Here's one...
http://www.naplesfl.net/~tbates/gravity/reexamp.html
We could get a "Recent Regexes I Wrote" thread going.
Here's one in progress. Trying to match references
to RGB values in an HTML document--you might hear
more about how I'm trying to use this one shortly:
'[=][\s]?["|\']?[#]?[\d|A-F|a-f]{6}["|\']?'