URLPattern
Constructors
Link copied to clipboard
constructor()
constructor(input: URLPatternURLPatternInit = definedExternally, baseURL: String = definedExternally)
Functions
Link copied to clipboard
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(input: URLPatternURLPatternInit = definedExternally, baseURL: String = definedExternally): Boolean