Re: [GENERAL] Word boundaries in regular expressions

2008-04-05 Thread Thomas Pundt
Troy Rasiah schrieb: Apologies if this has been posted somewhere else but what is the equivalent of perl's \b in postgres regular expressions ? I think you are looking for \m and \M. See http://www.postgresql.org/docs/8.3/interactive/functions-matching.html#FUNCTIONS-POSIX-REGEXP Ciao, Thom

[GENERAL] Word boundaries in regular expressions

2008-04-04 Thread Troy Rasiah
Apologies if this has been posted somewhere else but what is the equivalent of perl's \b in postgres regular expressions ? -- Troy Rasiah -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-ge