Re: Regular Expressions - Mailing list pgsql-sql

From Bricklen Anderson
Subject Re: Regular Expressions
Date
Msg-id 4601412B.4090500@presinet.com
Whole thread Raw
In response to Regular Expressions  ("Ezequias R. da Rocha" <ezequias@fastcon.com.br>)
List 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


pgsql-sql by date:

Previous
From: "Ezequias R. da Rocha"
Date:
Subject: Regular Expressions
Next
From: Guy Fraser
Date:
Subject: Re: Regular Expressions