help regarding re.search
Gelonida N
gelonida at gmail.com
Thu Sep 15 05:05:53 EDT 2011
More information about the Python-list mailing list
Thu Sep 15 05:05:53 EDT 2011
- Previous message (by thread): help regarding re.search
- Next message (by thread): help regarding re.search
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Sagar, In order to be able to help you I propose following: On 09/15/2011 06:54 AM, Sagar Neve wrote: . . . > print "hello..Man_Param=%s,Opt_Param1=%s, > Opt_Param2=%s\n" %(Man_Param,Opt_Param1,Opt_Param2) Change above line into > print "hello..Man_Param=%r,Opt_Param1=%r, > Opt_Param2=%r\n" %(Man_Param,Opt_Param1,Opt_Param2) and show us the output of an example which is NOT working. printing with '%r" might help to show some 'hidden special characters'
- Previous message (by thread): help regarding re.search
- Next message (by thread): help regarding re.search
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list