1. from django.urls import path
    
  2. 
    
  3. urlpatterns = [
    
  4.     path("^beginning-with-caret", lambda x: x),
    
  5. ]