Re: Regular Expressions; return a buried match

From: vsevolod afanassiev <vsevolod.afanassiev_at_gmail.com>
Date: Wed, 3 Feb 2010 16:07:34 -0800 (PST)
Message-ID: <fa83c786-a937-4893-9d89-db9aa1a8c3f7_at_b9g2000pri.googlegroups.com>


To extract 5th and 6th digit:

substr(encodedField,5,2) Received on Wed Feb 03 2010 - 18:07:34 CST

Original text of this message