On Sat, Oct 07, 2006 at 05:29:03PM -0400, Tom Lane wrote:
> So the only regex patterns you can't write directly are dot, R* and R?
> for which you can use these locutions:
>
> . => ?
> R* => (R+|)
> R? => (R|)
>
> (Perhaps this should be documented somewhere...)
Yes, please.
--
Jim Nasby jim@nasby.net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)