Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > regex plea for help

Reply
Thread Tools

regex plea for help

 
 
jwsacksteder@ramprecision.com
Guest
Posts: n/a
 
      06-27-2003
I'm trying to process through an apache log file and bust up the individual
sections into a list for further processing. There is a regex I got from a
php example that matches an entire line, but obviously, that only returns a
single element list. re.split() doesn't see to be the tool to use. I think I
need to define 'symbolic groups' in the regex to return them as distinct
elements. If someone could provide information or relevent links I would be
most appreciative.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How make regex that means "contains regex#1 but NOT regex#2" ?? seberino@spawar.navy.mil Python 3 07-01-2008 03:06 PM
plea for help: a newbie's tale briansmccabe@gmail.com ASP .Net 10 04-15-2006 12:59 PM
A plea: where are the links? Mason A. Clark HTML 3 09-04-2005 09:16 PM
You post ed answer to my plea from yesterday. But where is it? OLIVE REARDON Computer Support 3 08-03-2003 09:04 PM
Re: regex plea for help Bob Gailer Python 0 06-27-2003 07:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57