Re: [Tutor] python coding using regular expression

2006-12-21 Thread Kent Johnson
sg wrote: > hi > i am new to python. i want help in regular expression.. anyone explain > or guide me for following problem.. > > the content of txt file is splitted using the pipe | symbol and sorted . > then the field in the first row is compared with field in the second row and > the s

Re: [Tutor] python coding using regular expression

2006-12-21 Thread Luke Paireepinart
sg wrote: > hi > i am new to python. i want help in regular expression.. anyone explain > or guide me for following problem.. > > the content of txt file is splitted using the pipe | symbol and sorted . > then the field in the first row is compared with field in the second row and > the se

[Tutor] python coding using regular expression

2006-12-21 Thread sg
hi i am new to python. i want help in regular expression.. anyone explain or guide me for following problem.. the content of txt file is splitted using the pipe | symbol and sorted . then the field in the first row is compared with field in the second row and the second row field is comp