Re: Regular Expressions

From: Bricklen Anderson <banderson(at)presinet(dot)com>
To: "Ezequias R(dot) da Rocha" <ezequias(at)fastcon(dot)com(dot)br>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Regular Expressions
Date: 2007-03-21 14:28:59
Message-ID: 4601412B.4090500@presinet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Ezequias R. da Rocha wrote:
> Hi list,
>
> I would like to know if postgresql has a Regular Expressions (Regex)
> implemented already.
>
> With it we could implement queries like
>
> Select * from myClientes where name = 'E[zs]equias'
>
> where the result occurs even if the field has Ezequias or Esequias.
>
> Regards
> Ezequias

Pretty easy to find matches in the documentation at
http://search.postgresql.org/

eg.
http://www.postgresql.org/docs/8.2/interactive/functions-matching.html

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Guy Fraser 2007-03-21 14:36:46 Re: Regular Expressions
Previous Message Ezequias R. da Rocha 2007-03-21 14:04:57 Regular Expressions