paypal wholesale all brand(UGGBOOTS, SHOES, CLOTHES, HANDBAG, WATCH, JEANS, JERSEY, T-SHIRT, SHIRTS, HOODY, EYEGLASS, CAP, SHAWL, WALLT) and so on.
paypal payment wholesale all brand shoes(NIKE,ADIDAS,LV,GUCCI,CHANEL,PRADA,POLO,UGG BOOTS,D&G,DIOR )and so on. paypal payment wholesale all brand clothing(T- SHIRT,JEANS,JERSEY,HOODIES,JACKETS,HARDY,SWEATER,SHIRTS )and so on . http://www.24hour-buy.com paypal payment all brand watch(ROLEX,OMEGA,CHANEL,LV,CARTIER,IWC,GUCCI,RADO )and so on. http://www.24hour-buy.com paypal payment all brand handbag(LV,GUCCI,CHANEL,PRADA,POLO,COACH,FENDI,CHLOE,BUBERRY,JUICY) and so on. paypal payment brand CAP,SHAWL,BELT,WALLET,UNDER WEAR)and so on. More detail land,address: http://www.24hour-buy.com -- http://mail.python.org/mailman/listinfo/python-list
PAYPAL WHOLESALE all BRAND(UGG BOOTS, SHOES, CLOTHES, HANDBAG, WATCH, JEANS, JERSEY, T-SHIRT, SHIRTS, HOODY, EYEGLASS, CAP, SHAWL, WALLT) and so on http://www.24hours-online.com/.
PAYPAL payment wholesale SHOES(UGG BOOTS, Timberland boots ,Munich shoes,NIKE,ADIDAS,LV,GUCCI,CHANEL,PRADA,POLO,D&G,DIOR AND SO ON) http://www.24hours-online.com/ PAYPAL payment wholesale CLOTHING and jeans(Franklin Marshall,Moncler eiderdown,Nike,ADIDAS,A&F,D&G,ED HARDAY,BAPE,BBC,LV,GUCCI,ARMANI,POLO,POUL SMITH AND SO ON) http://www.24hours-online.com/ PAYPAL payment WATCH(ROLEX,OMEGA,CHANEL,LV,CARTIER,IWC,GUCCI,RADO AND SO ON) PAYPAL payment HANDBAG(LV,GUCCI,CHANEL,PRADA,POLO,COACH,FENDI,CHLOE,BUBERRY,JUICY AND SO ON) paypal payment brand cap,shawl,belt,wallet,under wear,and so on. More detail land, address:http://www.24hours-online.com/ PAYPAL WHOLESALE all BRAND(UGG BOOTS,SHOES,CLOTHES,HANDBAG,WATCH,JEANS,JERSEY,T- SHIRT,SHIRTS,HOODY,EYEGLASS,CAP,SHAWL,WALLT) and so on http://www.24hours-online.com/. PAYPAL payment wholesale SHOES(UGG BOOTS, Timberland boots ,Munich shoes,NIKE and so on) free shipping http://www.24hours-online.com/ -- http://mail.python.org/mailman/listinfo/python-list
wholesale all brand(UGGBOOTS, SHOES, CLOTHES, HANDBAG, WATCH, JEANS, JERSEY, T-SHIRT, SHIRTS, HOODY, EYEGLASS, CAP, SHAWL, WALLT) and so on.
wholesale all brand shoes(NIKE,ADIDAS,LV,GUCCI,CHANEL,PRADA,POLO,UGG BOOTS,D&G,DIOR )and so on. paypal payment wholesale all brand clothing(T- SHIRT,JEANS,JERSEY,HOODIES,JACKETS,HARDY,SWEATER,SHIRTS )and so on . http://www.24hour-buy.com/ paypal payment all brand watch(ROLEX,OMEGA,CHANEL,LV,CARTIER,IWC,GUCCI,RADO )and so on. paypal payment all brand handbag(LV,GUCCI,CHANEL,PRADA,POLO,COACH,FENDI,CHLOE,BUBERRY,JUICY) and so on. paypal payment brand CAP,SHAWL,BELT,WALLET,UNDER WEAR)and so on. More detail land,address: http://www.24hour-buy.com/ -- http://mail.python.org/mailman/listinfo/python-list
backreferences
Can someone help me with understanding how python uses backreferences?
I need to remember the item that was last matched by the re engine but i
cant seem to understand anything that I find on backreferences. if I
want to access the last match do i use \number or is there something
else i have to do?
heres part of my code:
renDate = re.compile("$((\d){4}-(\d){2}-(\d){2}))")
renDate.search(l)
if(exist.search(l) and str(lastmodDate) < \1): #i need help here with \1
Thanks in advance
A.D
--
http://mail.python.org/mailman/listinfo/python-list
Re: backreferences
George and Iain -
Thanks for your help!!! It worked for me, and that book seems to be
really useful =)
A.D
On Wed, 2005-09-28 at 11:16 -0400, George Sakkis wrote:
> "Amy Dillavou" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Can someone help me with understanding how python uses backreferences?
> > I need to remember the item that was last matched by the re engine but i
> > cant seem to understand anything that I find on backreferences. if I
> > want to access the last match do i use \number or is there something
> > else i have to do?
> >
> > heres part of my code:
> > renDate = re.compile("$((\d){4}-(\d){2}-(\d){2}))")
> > renDate.search(l)
> > if(exist.search(l) and str(lastmodDate) < \1): #i need help here with \1
> >
> > Thanks in advance
> > A.D
>
> renDate = re.compile(some_regex)
> match = renDate.search(input)
> if match and str(lastmodDate) < match.group(1):
> do_something()
>
>
> HTH,
> George
>
>
--
http://mail.python.org/mailman/listinfo/python-list
Amy Redding/Tucson/IBM is out of the office.
I will be out of the office starting 05/12/2005 and will not return until 05/16/2005. I am out of the office until Mon. May 16 For assistance see Said Lamri x2374 -- http://mail.python.org/mailman/listinfo/python-list
