How Django processes a request when matched regular expression returned no named groups? -


i have read documentation of django, http/url. have found information how django processes request here, says:

if matched regular expression returned no named groups, matches regular expression provided positional arguments.

i can't understand happens when regular expression returns no named groups (like "").


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -