Functions14 public, 0 private
Concatenates the domain parts of splitDomain() to a full domain. | |||
public | string | buildDomain | |
required | struct | domainParts | |
struct | OPTIONS | {} | |
option | array | exclude | [] |
Builds a query string from the provided key-value-pairs. | |||
public | string | buildQueryString | |
required | struct | kvp | |
Determines if the query string will be appended. | |||
boolean | isAppended | false | |
Returns if the provided string contains an URL. | |||
public | boolean | containsUrl | |
required | string | target | |
public | string | domainFromACE | |
required | string | domain | |
public | string | domainToACE | |
required | string | domain | |
Extracts the query string as key-value-pair from the provided URL. | |||
public | struct | getQueryString | |
required | string | url | |
struct | OPTIONS | {} | |
option | boolean | preserveKeyCase | false |
Joins the provided paths. | |||
public | string | joinUrlPaths | |
required | any | path1 | |
any | path2 | ||
Merges the provided query string(s) with the specified URL. | |||
public | any | mergeQueryString | |
required | string | url | |
required | array, string, struct | queryString | |
struct | OPTIONS | {} | |
option | boolean | preserveKeyCase | false |
option | "array", "string", "struct" | returnType | string |
Preserves the provided query string while adding or changing the specified key-value-pair. | |||
public | string | modifyQueryString | |
Either a URL or a query string. | |||
required | string | base | |
required | array, string, struct | kvp | |
struct | OPTIONS | {} | |
option | boolean | preserveKeyCase | false |
Removes the specified key(s) or key-value-pair(s) in the provided query string. | |||
public | string | removeQueryString | |
required | string | base | |
required | array, string, struct | kvp | |
struct | OPTIONS | {} | |
option | boolean | preserveKeyCase | true |
public | struct | splitDomain | |
required | string | domain | |
Removes the domain part in all absolute URLs. | |||
public | string | stripAbsoluteURLs | |
required | string | content | |
Strip URLs as part of (the specified) attributes only. | |||
boolean, string<> | inAttribute | ||
Converts the provided struct to a query string. | |||
public | string | structToQueryString | |
required | struct | source | |
struct | OPTIONS | {} | |
option | boolean | excludeEmpty | false |
option | boolean | keepEmptyValue | true |
option | boolean | prependQueryDelimiter | false |
option | boolean | preserveKeyCase | false |
public | struct | queryStringToStruct | |
required | array, string, struct | source | |
struct | OPTIONS | {} | |
option | boolean | preserveKeyCase | false |