PathSegmentRegexRouteSelector

Constructors

Link copied to clipboard
constructor(regex: Regex)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun evaluate(context: RoutingResolveContext, segmentIndex: Int): RouteSelectorEvaluation

Evaluates this selector against context and a path segment at segmentIndex.

Link copied to clipboard
open override fun toString(): String