^ Denotes start of string
$ Denotes end of string
r'^hello$'
The "r" before the first quote means "raw string" notation
To match any URL starting with "prefix/"
r'^prefix/.*$'
more about python regex: http://goo.gl/5uJsfy
urls.py Regular Expressions
誰在線上
正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客