this should work as well using:
(r?n)
not sure if it matters to regex/performance (if at all)
On Mon, 28 Nov 2005 12:28:58 -0800, Corey Innis corey@coolerator.net wrote:
Yeah, that seems to make sense to me.
- corey
On Nov 28, 2005, at 3:00 AM, Thomas -Balu- Walter wrote:
On Sun, Nov 27, 2005 at 06:06:02PM -0800, Corey Innis wrote:
// regex patterns $mailto_regexp_newlines = '/[,;]*s*rn/';
Not sure, but shouldn't that one be changed to something like
'/[,;]*s*(r|n|rn)/'
Because of all the different line endings on windows, mac, unix, etc?
Balu