Resolve
RDF Terms
Data based on @zazuko/vocabularies
Defined bystring:
Click to Copy
string:replaceClick to Copy
http://www.w3.org/2000/10/swap/string#replaceNamespace
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"