public function getRegex() { return preg_replace_callback('/(:\\w+)/', array(&$this, 'substituteFilter'), $this->url); }