Function rcaptureAny

  • Builds a route matcher that matches any part of entry name and optionally captures its name.

    Reports the capture as capture.

    Parameters

    • Optional name: string

      The name of the capture or nothing to capture under match index.

    Returns RouteMatcher

    New route matcher.

    See

    Use rmatchAny for anonymous capture.

Generated using TypeDoc