in reply to Re: So Simple, Yet no tutorial covers it
in thread So Simple, Yet no tutorial covers it
you really don't have to have the word boundaries, and you should always expect possible white space.if ($content =~ /$start\s*(.*?)\s*$end/) {
Remember, TIMTOWTDI
Jeff
L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
F--F--F--F--F--F--F--F--
(the triplet paradiddle)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: So Simple, Yet no tutorial covers it
by ichimunki (Priest) on Jan 22, 2001 at 07:50 UTC |