URLPattern

open external class URLPattern

Constructors

Link copied to clipboard
constructor(input: String = definedExternally, baseURL: String = definedExternally)
constructor()
constructor(input: String = definedExternally)
constructor(input: URLPatternURLPatternInit = definedExternally, baseURL: String = definedExternally)
constructor(input: URLPatternURLPatternInit = definedExternally)

Functions

Link copied to clipboard
open fun exec(input: URLPatternURLPatternInit = definedExternally): URLPatternURLPatternResult?
open fun exec(input: String = definedExternally): URLPatternURLPatternResult?
open fun exec(input: URLPatternURLPatternInit = definedExternally, baseURL: String = definedExternally): URLPatternURLPatternResult?
open fun exec(input: String = definedExternally, baseURL: String = definedExternally): URLPatternURLPatternResult?
Link copied to clipboard
open fun test(): Boolean
open fun test(input: URLPatternURLPatternInit = definedExternally): Boolean
open fun test(input: String = definedExternally): Boolean
open fun test(input: URLPatternURLPatternInit = definedExternally, baseURL: String = definedExternally): Boolean
open fun test(input: String = definedExternally, baseURL: String = definedExternally): Boolean