[pyar] Evaluar una lista dentro de una regexp

Martín Gaitán gaitan en gmail.com
Lun Jul 6 20:03:40 ART 2015


2015-07-06 11:28 GMT-03:00 Gabriel Davini <gabrielfranciscodavini en gmail.com>
:

> extensiones = ["svg", "pdf", "txt", ...]
> re.match(r"\w+\.(%s)" % "|".join(extensiones), filename)
>

esto es más pythonico (no necesariamente mas robusto)

>>> filename.endswith(("svg", "pdf", "txt"))




-- 
mgaitan.github.io
textosypretextos.com.ar
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20150706/23091eba/attachment.html>


More information about the pyar mailing list