On Jun 29, 1:05 pm, Joru <avenp...@gmail.com> wrote:
> I'm sorry for my typo
> the string var suppose to be like this
> str = "wr:\n one bunny \n two bunny \n wr:\n three bunny \n
> So every match string "wr:" should had "+" in front of it line
> the one that confuse me is that my function work in django/python
> shell, but this regex doesn't work well if i called it from views.py
> of my django app
> So the problem that I faced is that, how come when using django/python
> shell. my regex work but not if I put in on my views.py
> Any hint?
I may be wrong, but I suspect there is a difference between the input
string/code you are using in the shell, and the input string/code you
are using in the view. What happens if make a new empty Python script
and cut and paste in your code (removing the wrap function from
Django). Does it work then?
James
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---