I've had a problem for the past couple days trying to create a match for some urls that I want to use..
For example in trying to match
Code: Select all
localhost/place/britain
Code: Select all
{^place\/(?P<country>\w+|\w+[[:punct:]]+\w+)$}
Code: Select all
localhost/place/britain/london
Is there something I am doing wrong...