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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -