[Python] Test Regular Expressions
Simone Federici
s.federici a gmail.com
Gio 12 Apr 2012 11:55:44 CEST
grazie beri ho trovato questa:
https://bitbucket.org/leapfrogdevelopment/rstr/
dopodiche la uso cosi dento un model
def test_url(self):
return "<a target='_blank' href='%s'>Test URL</a>" % reverse(
"regex_channel",
kwargs={'channel_url' : rstr.xeger(self.url)})
test_url.allow_tags = True
e ottengo una url da testare direttamente nell'admin
fondamentalmente il channel è un dispatcher dinamico
ciao
S
2012/4/12 Marco Mariani <birbag a gmail.com>
> 2012/4/12 Andrea Francia <andrea a andreafrancia.it>
>
> Se non ci sono "parentesi" ne "pipe" allora basta prendere l'espressione
>> regolare e togliere tutti i "*", "?".
>> Se ci sono parentesi diventa difficile :-(
>>
>
> forse questo puo' aiutare?
>
>
> http://stackoverflow.com/questions/492716/reversing-a-regular-expression-in-python
>
>
>
> _______________________________________________
> Python mailing list
> Python a lists.python.it
> http://lists.python.it/mailman/listinfo/python
>
>
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20120412/58fa169e/attachment.html>
Maggiori informazioni sulla lista
Python