V1 - Utility Functions - urlparse
urlparse
- urlparse(url)
The command urlparse
cut the url into different pieces in a format of string.
Example:
load resourece sentinelone
let {url="data.url"} = f("@sentinelone")
let {} = urlparse(url)
The command urlparse
cut the url into different pieces in a format of string.
Example:
load resourece sentinelone
let {url="data.url"} = f("@sentinelone")
let {} = urlparse(url)