Re: Prob with regexp - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Prob with regexp
Date
Msg-id 19178.985549891@sss.pgh.pa.us
Whole thread Raw
In response to Prob with regexp  (Philippe Rochat <mlrochat@lbdsun.epfl.ch>)
List pgsql-hackers
Philippe Rochat <mlrochat@lbdsun.epfl.ch> writes:
> I think there is a prob with regexp, which is comparing one less
> character as it should. Below is an example. Result is that last
> character is omitted !

Possibly there is a problem with your understanding of regexp patterns
... but all those matches look valid to me.  See
http://www.postgresql.org/devel-corner/docs/postgres/functions-matching.html
for more info.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Philippe Rochat
Date:
Subject: Prob with regexp
Next
From: Peter Eisentraut
Date:
Subject: Re: Prob with regexp