On 06/10/2009 06:18 PM, Nick Gearls wrote: > Hi Nick, > > Do you mean that mod_sed should be used instead of mod_substitute? > Because it is more complete, or more mature? I only need the substitution. > > About the flattening: is the q flag only needed if you want to use two > subst on the same line with overlapping between them?
It's the other way round: If you have two subst with overlappings using the q flag might result in missing substitutions. As this does not seem to be the case for your problem it is safe (and good) to use it as it solves your memory problem. Regards RĂ¼diger
