Date: 12/15/00
- Next message: root: "[phplib] Template Blocks with PHP4.0.3"
- Previous message: Martin Larsen: "SV: [phplib] IntegratedTemplate and case-sensitivity"
- In reply to: Martin Larsen: "SV: [phplib] IntegratedTemplate and case-sensitivity"
- Next in thread: Martin Larsen: "SV: SV: [phplib] IntegratedTemplate and case-sensitivity"
- Reply: Martin Larsen: "SV: SV: [phplib] IntegratedTemplate and case-sensitivity"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: root: "[phplib] Template Blocks with PHP4.0.3"
- Previous message: Martin Larsen: "SV: [phplib] IntegratedTemplate and case-sensitivity"
- In reply to: Martin Larsen: "SV: [phplib] IntegratedTemplate and case-sensitivity"
- Next in thread: Martin Larsen: "SV: SV: [phplib] IntegratedTemplate and case-sensitivity"
- Reply: Martin Larsen: "SV: SV: [phplib] IntegratedTemplate and case-sensitivity"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

