get_value($values); if (preg_match('/\.([^\.]+)$/', $value, $match)) { return $this->sanitize_value($match[1]); } } }