User Tools

Site Tools


syntax:functions:combineurl

This is an old revision of the document!


CombineURL(url, path)

Category: Web function

Description

This function combines a URL and a URL path into one URL.


Arguments

ArgumentTypeDescription
url Text A string representing a URL.
path Text A string representing the URL path to be appended to the URL.

Return value type: Text.


Examples

combineurl("%%https://mysite.com/path1%%", "path2") = "%%https://mysite.com/path1/path2%%"
syntax/functions/combineurl.1627712395.txt.gz · Last modified: 2021/07/31 02:19 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki