Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_api_module/url/src/
Djs_url.ts125 const regex = /[!'()~]/g; constant
139 const regex = new RegExp(`\\b${key}=[^&]*&?`, 'g'); constant
150 const regex = new RegExp(unpairedSurrogateRe); constant