> On the PHP side, if you stick with that (as it is designed originally as a > text processor, it is a perfectly good choice as well) you will probably want > to use preg_replace instead of the less powerful str_replace, to get the full > PCRE implementation.
Good point, David. Our files are still named str_replace... but are preg_replace inside, one day that fact may penetrate and stay. — AB -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <https://twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/F8D18C87-AD73-4BAA-8293-42DD84F753BF%40c18.org.
