What will this URL pattern match? url(r'^$', views.hello)
a string beginning with the letter Ra string beginning with the letter R
an empty string anywhere in the URLan empty string anywhere in the URL
an empty string at the server root
a string containing ^ and $a string containing ^ and $