In the Django documentation, Where can I found URLS.PY Symbol explanations?
27 views
Skip to first unread message
Uzi Lumbroso
unread,
Jun 19, 2014, 6:26:27 PM6/19/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
?In the Django
documentation, Where can I found URLS.PY Symbol
explanations (for example: (?P<searchString>[-\w]+)). What is ... [-\w]+) matches
I couldn’t find it in the
Django documentation. Thanks for the help
Mike Dewhirst
unread,
Jun 19, 2014, 6:47:27 PM6/19/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
On 20/06/2014 8:26 AM, Uzi Lumbroso wrote:
> ?In the Django documentation, Where can I found URLS.PY Symbol
> explanations (for example: (?P<searchString>[-\w]+)). What is
> ... [-\w]+) matches
>
> I couldn’t find it in the Django documentation. Thanks for the help
It is more or less plain Python rather than Django. Google for "python
regex" or "python regular expression"