Re: Prob with regexp

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Philippe Rochat <mlrochat(at)lbdsun(dot)epfl(dot)ch>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Prob with regexp
Date: 2001-03-25 19:51:31
Message-ID: 19178.985549891@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Philippe Rochat <mlrochat(at)lbdsun(dot)epfl(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-03-25 20:02:42 Re: Re: Call for platforms
Previous Message Tom Lane 2001-03-25 19:45:34 Re: Release Candidate 1 ...