> '/([\\r\\n]|\\r|\\n)/' is probably better. This pattern doesn't catch CR+NL (\r\n) sequences. :-)
Sorry, it should be '/(\\r\\n|\\r|\\n)/' . We'll get it right some day ;-) ---
_______________________________________________ pmwiki-devel mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-devel
