Skip to main content

Is there any difference to use [0-9]+[0-9]+ vs d+d+ in djangodjango url patterns? Any security difference?

Is there any difference to use [0-9]+ vs d+ in django url patterns? Any security difference?

Is there any difference to use [0-9]+ vs d+ in django url patterns? Any security difference?

Source Link

Django regex in url patterns

Is there any difference to use [0-9]+ vs d+ in django url patterns? Any security difference?