seach for pattern based on string
richie05 bal
richie8105 at gmail.com
Tue Aug 24 12:33:11 EDT 2010
More information about the Python-list mailing list
Tue Aug 24 12:33:11 EDT 2010
- Previous message (by thread): easy n perfect earning
- Next message (by thread): seach for pattern based on string
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
i am starting to learn python and I am stuck with query I want to
generate with python
File looks something like this
TRACE: AddNewBookD {bookId 20, noofBooks 6576, authorId 41,
publishingCompanyId 7}
TRACE: AddNewBookD {bookId 21, noofBooks 6577, authorId 42,
publishingCompanyId 8}
I want to first search for AddNewBookD
if found
store bookId, noofBooks, authorId and publishingCompanyId
I know how to search for only AddNewBookD or find the pattern bookId
20, noofBooks 6576, authorId 41, publishingCompanyId 7 but I don't
know how search one based on another.
- Previous message (by thread): easy n perfect earning
- Next message (by thread): seach for pattern based on string
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list