Re: Word boundaries in regular expressions - Mailing list pgsql-general

From Thomas Pundt
Subject Re: Word boundaries in regular expressions
Date
Msg-id 47F72FAB.2060804@rp-online.de
Whole thread Raw
In response to Word boundaries in regular expressions  (Troy Rasiah <troyr@vicnet.net.au>)
List pgsql-general
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,
Thomas

pgsql-general by date:

Previous
From: "Guillaume Bog"
Date:
Subject: pl/pgsql RECORD data type, how to access to the values
Next
From: "Pavel Stehule"
Date:
Subject: Re: pl/pgsql RECORD data type, how to access to the values