Re: [phplib] IntegratedTemplate and case-sensitivity From: Spruce Weber (sprucely <email protected>)
Date: 12/15/00

If the class uses Perl compatible regex functions such as preg_match_all()
and preg_replace() you can accomplish this by adding i after the closing
delimiter...

"/a regular expression/i"

----Original Message Follows----
From: "R.B. Scholtus" <regiment <email protected>>
To: "Martin Larsen" <mrl <email protected>>, <phplib <email protected>>
Subject: Re: [phplib] IntegratedTemplate and case-sensitivity
Date: Thu, 14 Dec 2000 18:42:34 +0100

Probably you have to replace all reg_replace-like functions by
ireg_replace-like functions.

Good luck

brian

----- Original Message -----
From: Martin Larsen <mrl <email protected>>
To: <phplib <email protected>>
Sent: Thursday, December 14, 2000 11:45 AM
Subject: [phplib] IntegratedTemplate and case-sensitivity

> Hi.
>
> I'm currently using the Integratedtemplate-class in a project, but I need
> the class to do case-insensitive search'n'replace instead of the normal
> case-sensitive.
>
> What do I need to modify in the code to change this behavior?
>
> TIA
> Martin Larsen
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>

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

_____________________________________________________________________________________
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com

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