URLPattern

external class URLPattern(source)

Since

v23.8.0

Constructors

Link copied to clipboard
constructor(input: String, baseURL: String, options: URLPatternOptions = definedExternally)
constructor(input: URLPatternInit, baseURL: String, options: URLPatternOptions = definedExternally)
constructor()
constructor(input: String = definedExternally, options: URLPatternOptions = definedExternally)
constructor(input: URLPatternInit = definedExternally, options: URLPatternOptions = definedExternally)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun exec(input: String = definedExternally, baseURL: String = definedExternally): URLPatternResult?
fun exec(input: URLPatternInit = definedExternally, baseURL: String = definedExternally): URLPatternResult?
Link copied to clipboard
fun test(): Boolean
fun test(input: String = definedExternally, baseURL: String = definedExternally): Boolean
fun test(input: URLPatternInit = definedExternally, baseURL: String = definedExternally): Boolean