IRI
builtin that turns a string into an IRI
#570
Labels
builtins
Issue related to built-in functions
IRI
builtin that turns a string into an IRI
#570
A builtin that turns
IRI("https://example.org")
into<https://example.org>
.It turns out this is not actually required for #569, since
resource
takes astring
, not aniri
, but it could still be useful to have.The text was updated successfully, but these errors were encountered: