regex in python

Page principale

Répondre à ce message
Auteur: Patrick Dupre
Date:  
À: guilde
Sujet: regex in python
Bonjour,

J'ai
Li=' 0.8557 0.996800E-09'
si je fais:
print (re.split ('[ ]+', Li))
je recupere
['', '0.8557', '0.996800E-09']

Comment eviter le premier "element" ' ' ?

Merci

===========================================================================
 Patrick DUPRÉ                                 | | email: pdupre@???
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988                    | | Room# D114A
===========================================================================