in src/uri-patterns/UriPattern.php [52:57]
final public function string(string $name): this { return $this->appendPart(new StringRequestParameter( StringRequestParameterSlashes::WITHOUT_SLASHES, $name, )); }