RegExp Help
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

RegExp Help

From: wxforecaster <Evan.Bookbinder@noaa.gov>
Date: Sat May 28 2005 - 01:15:15 CEST

Hi All.

I'm having trouble creating a particular regular expression.

I need the expression to begin with a new line character and then a
period, followed by all text until it hits the following sequence of
characters: capital letter, capital letter, capital letter, number,
number, number.

I've tried things like {(\n\.)[^[A-Z][A-Z][A-Z][0-9][0-9][0-9]]+} but
to no avail.

Much thanks in advace.

Evan
Received on Thu Sep 29 14:19:32 2005