Re: SV: [phplib] IntegratedTemplate and case-sensitivity From: Ulf Wendel (uw <email protected>)
Date: 12/15/00

Martin Larsen schrieb:
>
> The class uses preg_match_all() and preg_replace, but the regular expression
> looks something like this:
> @{([0-9A-Za-z_-]+)} <email protected>
>
> Should this be changed to:
> @{([0-9a-z_-]+)] <email protected> or how?

Replace all  <email protected> with  <email protected> and check if all preg_* functions use the new
modifier.

Ulf
 

-- 
Ulf Wendel, NetUSE AG Siemenswall, D-24107 Kiel
Tel: +49 431 386 436 00, Fax: +49 431 386 435 99

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>