PathSegmentRegexRouteSelector
A route selector that matches a segment of the path against a specified regular expression regex. This selector allows flexible matching of URI path segments by using regex patterns.
Properties
Functions
Link copied to clipboard
open suspend override fun evaluate(context: RoutingResolveContext, segmentIndex: Int): RouteSelectorEvaluation
Evaluates this selector against context and a path segment at segmentIndex.