No, only once at a time.
It's just to give several examples
Regards,
Nick
Plüm, Rüdiger, VF-Group wrote:
-----Ursprüngliche Nachricht-----
Von: Nick Gearls
Gesendet: Freitag, 13. März 2009 13:48
An: [email protected]
Betreff: Re: mod_substitute & back-references
You can reproduce the problems on this file:
<html><body>
abc
</body></html>
1. Substitute s|abc|abc|n -> OK: "abc"
2. Substitute s|abc|+abc| -> NOK: "+++abc"
3. Substitute s|abc|++abc|nq -> NOK: "++++++abc"
4. Substitute s|abc|+++abc|q -> NOK: "+++++++++abc"
Are you using all these above at the same time?
Regards
Rüdiger