Example #1
0
 private function getParts($input)
 {
     preg_match_all($this->map->getRegex(), $input, $matches);
     return $matches[0];
 }