"URL" (Interpreter Type)
URL address in standard format.
Details
- "URL" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "URL" does not require connectivity to the Wolfram Cloud.
Restriction Specifications
-
Restricted["URL",{{choice1,…}}] one among choices Restricted["URL",scheme] a URL with the given scheme Restricted["URL",scheme,pattern] a URL with the given scheme and with a domain matching pattern
Interpretation
- "URL" yields the address as a string.
Examples
Basic Examples (3)Summary of the most common use cases
In[1]:=1

✖
https://wolfram.com/xid/0rcrzd64l7xak4z70ftr3-p83p1r
Out[1]=1

In[2]:=2

✖
https://wolfram.com/xid/0rcrzd64l7xak4z70ftr3-rae2nv
Out[2]=2

In[1]:=1

✖
https://wolfram.com/xid/0rcrzd64l7xak4z70ftr3-5xnzus
Out[1]=1

Restricted to a given scheme and domain:
In[1]:=1

✖
https://wolfram.com/xid/0rcrzd64l7xak4z70ftr3-15spwc
Out[1]=1
