User Tools

Site Tools


syntax:functions:combineurl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
syntax:functions:combineurl [2019/10/30 19:26] – created dmitrysyntax:functions:combineurl [2021/08/11 14:36] (current) – [Examples] dmitry
Line 1: Line 1:
-=====combineurl(url, path)=====+====== CombineURL(url, path) =====
 +Category:  Web function 
 +\\  
 +=====Description===== 
 +This function combines a URL and a URL path into one URL.
  
-Combines an URL and a URL path into one URL.+\\  
 +=====Arguments===== 
 +^Argument^Type^Description^ 
 +|url  | Text |A string representing URL.  | 
 +|path  |Text |A string representing the URL path to be appended to the URL.  |
  
 +**Return value type:** Text.
  
-^  Example  ^  Result  ^ +\\  
-combineurl("%%https://mysite.com/path1%%", "path2"  |%%https://mysite.com/path1/path2%% |+=====Examples===== 
 + 
 +  combineurl("https://mysite.com/path1", "path2"// Returns "https://mysite.com/path1/path2".
syntax/functions/combineurl.1572478006.txt.gz · Last modified: 2019/10/30 19:26 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki