Re: regular expression - Mailing list pgsql-sql

From Yasir Malik
Subject Re: regular expression
Date
Msg-id Pine.NEB.4.63.0510121746190.11995@long-trail.cs.stevens-tech.edu
Whole thread Raw
In response to Re: regular expression  (Michael Fuhr <mike@fuhr.org>)
List pgsql-sql
> This isn't a PostgreSQL issue, but rather one of understanding how
> regular expressions work in general.  See the previously mentioned
> "Pattern Matching" section of the PostgreSQL documentation for the
> PostgreSQL-specific details, and use a search engine to find a
> regular expression tutorial; they're frequently used in Perl and
> other languages so a lot of learning material exists.  If you can
> find a copy in a library or bookstore, the book _Mastering Regular
> Expressions_ by Jeffrey E. F. Friedl, published by O'Reilly, is a
> good resource.
>
If you have Perl installed, do a 'man perlretut'.  It is quite a wonderful 
tutorial.  That is what I used to learn regular expressions.

Yasir


pgsql-sql by date:

Previous
From: Greg Stark
Date:
Subject: Re: pg, mysql comparison with "group by" clause
Next
From: Greg Stark
Date:
Subject: Re: Text->Date conversion in a WHERE clause