<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.23501">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Marco, o risolto! :)</FONT></DIV>
<DIV><FONT size=2 face=Arial>Anziché m.group(0)</FONT></DIV>
<DIV><FONT size=2 face=Arial>m=m.group(0)</FONT></DIV>
<DIV><FONT size=2 face=Arial>e mi ha trovato tutti i campi che
volevio.</FONT></DIV>
<DIV><FONT size=2 face=Arial>Però non capisco perché in altre parti del
programma bastasse m.group(0)</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Adriano Barbieri</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B>
<A title=marcoberi@gmail.com href="mailto:marcoberi@gmail.com">Marco Beri</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=python@lists.python.it
href="mailto:python@lists.python.it">Discussioni generali sul linguaggio
Python</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, June 16, 2013 10:31
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Python] re e output non
previsto</DIV>
<DIV><BR></DIV>
<DIV dir=ltr>2013/6/16 Adriano Barbieri <SPAN dir=ltr><<A
href="mailto:adrianobarb@yahoo.it"
target=_blank>adrianobarb@yahoo.it</A>></SPAN><BR>
<DIV class=gmail_extra>
<DIV class=gmail_quote>
<BLOCKQUOTE
style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote><U></U>
<DIV bgcolor="#ffffff">
<DIV><FONT face=Arial>Scusa Marco,</FONT></DIV>
<DIV><FONT face=Arial>Dopo la barra verticale originariamente non avevo
messo gli apostrofi...</FONT></DIV>
<DIV><FONT face=Arial>Scusami, mia dimenticanza, li avevo lasciati da una
delle tante prove fatte prima. :p</FONT></DIV>
<DIV><FONT face=Arial>Ti assicuro che non da errore se togli i due apostrofi
:p</FONT></DIV>
<DIV><FONT face=Arial>Non farci caso, prova e vedrai che
funziona.</FONT></DIV>
<DIV><FONT face=Arial>Il problema è che di punto in bianco mi ritorna quelle
sentenze strane e vorrei capire il perché.</FONT></DIV></DIV></BLOCKQUOTE>
<DIV><BR></DIV>
<DIV>Non parlavo degli apici. Parlavo di quello che segue l'ultima parentesi
di search.</DIV>
<DIV><BR></DIV>
<DIV>Non questo:</DIV>
<DIV><BR></DIV>
<DIV> <SPAN
style="FONT-FAMILY: Arial; COLOR: rgb(80,0,80)">m=re.search('(\d\d/\d\d/\d\d\</SPAN><SPAN
style="FONT-FAMILY: Arial; COLOR: rgb(80,0,80)">d\d|'')', x);
m.group(0)</SPAN></DIV>
<DIV><SPAN style="FONT-FAMILY: Arial; COLOR: rgb(80,0,80)"><BR></SPAN></DIV>
<DIV><SPAN style="FONT-FAMILY: Arial; COLOR: rgb(80,0,80)">Ma
questo:</SPAN></DIV>
<DIV><SPAN style="FONT-FAMILY: Arial; COLOR: rgb(80,0,80)"><BR></SPAN></DIV>
<DIV><SPAN style="FONT-FAMILY: Arial; COLOR: rgb(80,0,80)">
m=re.search('(\d\d/\d\d/\d\d\</SPAN><SPAN
style="FONT-FAMILY: Arial; COLOR: rgb(80,0,80)">d\d|'')', x)</SPAN><SPAN
style="FONT-FAMILY: Arial; COLOR: rgb(80,0,80)"><BR></SPAN></DIV>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV>Ciao.<BR>Marco.</DIV>
<DIV><BR></DIV></DIV>
<DIV><BR></DIV>-- <BR>
<DIV>
<DIV>
<DIV>
<DIV><A href="http://beri.it/" target=_blank>http://beri.it/</A> - Un
blog</DIV>
<DIV><A href="http://beri.it/i-miei-libri/"
target=_blank>http://beri.it/i-miei-libri/</A> - Qualche libro</DIV>
<DIV><BR></DIV></DIV></DIV></DIV></DIV></DIV>
<P>
<HR>
<P></P>_______________________________________________<BR>Python mailing
list<BR>Python@lists.python.it<BR>http://lists.python.it/mailman/listinfo/python<BR></BLOCKQUOTE></BODY></HTML>