On 10/16/07, Pythoni <[EMAIL PROTECTED]> wrote:
> Thanks a lot for help.It works well for , e.g. John Smith
> but what if  a user inserts  John.Smith  ( period instead of space)?
> I tried to add a period

This is the point where you really want to pause and read Python's
regular-expression documentation ;)

(understanding regexes is one of the fundamental "must-have" skills
for pretty much any sort of programming, and Django, with its
regex-based URLs, is no exception)

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to