Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 2.69 KB

File metadata and controls

25 lines (17 loc) · 2.69 KB

url()

A line() schema type indicating that the value it represents must be an URL

Data signatures
url( url: $${\color{green}str}$$ ǁ $${\color{green}None}$$ ǁ '' )
Call signatures
url( url: Header ǁ Variable ǁ Reference ǁ Function )
Purpose Value
Main focus url() determines if lines match
Type Url is a line() schema type
Context Qualifier
Match qualifiers onmatch, notnone, distinct
Value qualifiers onmatch, notnone

[Back to index]