Re: Best Token Char For Template

2003-10-08 Thread Paul Johnson
On Wed, Oct 08, 2003 at 02:44:11PM +0200, Jenda Krynicky wrote: > From: "Rob Dixon" <[EMAIL PROTECTED]> > > <[EMAIL PROTECTED]> wrote: > > > > > > 1 - What is the best char to use in a file template? > > > Also, please give me a good regex? > > > > > > I will have a formatted html page with som

Re: Best Token Char For Template

2003-10-08 Thread Jenda Krynicky
From: "Rob Dixon" <[EMAIL PROTECTED]> > Nobody else has mentioned this, but I think it's nice to have a name > to write to. '[EMAIL PROTECTED]' and 'rkl' don't do a lot for me! Agreed completely. > <[EMAIL PROTECTED]> wrote: > > > > 1 - What is the best char to use in a file template? > > Al

Re: Best Token Char For Template

2003-10-08 Thread Rob Dixon
Hi. Nobody else has mentioned this, but I think it's nice to have a name to write to. '[EMAIL PROTECTED]' and 'rkl' don't do a lot for me! <[EMAIL PROTECTED]> wrote: > > 1 - What is the best char to use in a file template? > Also, please give me a good regex? > > I will have a formatted html

Best Token Char For Template

2003-10-07 Thread perl
1 - What is the best char to use in a file template? Also, please give me a good regex? I will have a formatted html page with some keys that I want to replace. For example, ... First Name:!fname! Last Name:~!lname! ... 2 - Can I read in the whole page and do a replacement? I'm thinking it