Utility Functions - urlparse
Table of contents
- urlparse
urlparse
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)

Page last updated: 2022 Nov 01 09:30:22 EDT