Re: Substiuting portions of a string with elements from a hash ...

2003-07-17 Thread David Storrs
Hi Jamie, On Thu, Jul 17, 2003 at 11:46:08AM -0400, Jamie Risk wrote: > I'm trying to add HTML anchors to a lines of text. Quick example would be > to take the line: >"Search the internet using an engine like Google." > and turn it into: >"Search the internet using an engine like href="w

Substiuting portions of a string with elements from a hash ...

2003-07-17 Thread Jamie Risk
I'm trying to add HTML anchors to a lines of text. Quick example would be to take the line: "Search the internet using an engine like Google." and turn it into: "Search the internet using an engine like Google." In the past, I've contructed hash tables from text files having delimited key-v