Resolve
RDF Terms
Data based on @zazuko/vocabularies
Defined by
string:
Click to Copy
string:replace
Click to Copy
http://www.w3.org/2000/10/swap/string#replace
Namespace
Recommended prefix
Copy 'PREFIX string: <http://www.w3.org/2000/10/swap/string#>'
lang:""
replace
lang:""
A built-in for replacing characters or sub.
takes a list of 3 strings; the first is the
input data, the second the old and the third the new string.
The object is calculated as the rplaced string.
For example, ("fofof bar", "of", "baz") string:replace "fbazbaz bar"