From: | Yasir Malik <ymalik(at)cs(dot)stevens(dot)edu> |
---|---|
To: | PostgreSQL <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: regular expression |
Date: | 2005-10-12 21:55:10 |
Message-ID: | Pine.NEB.4.63.0510121746190.11995@long-trail.cs.stevens-tech.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Stark | 2005-10-12 22:01:18 | Re: Text->Date conversion in a WHERE clause |
Previous Message | Greg Stark | 2005-10-12 21:54:33 | Re: pg, mysql comparison with "group by" clause |