| http://www.w3.org/ns/prov#value | - replaceSubstring(hellothere, l, x) = hexxotherereplaceSubstring(this is a string, is", x) = thx x a stringreplaceSubstring(Here is a long string, , xxx) = Here is a long stringreplaceSubstring(Here is a long string, , ) = Hereisalongstring' The slash is a literal character, so \\ is a single slashreplaceSubstring(\\mysubdir\\mydatabase.nsf, \\, /) = /mysubd
|