Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Utility Functions - urlparse

Table of contents
  1. 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)