Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
wret = replace("foobar", "foo", "bar");
print(wret);

Print barbar

Example 2

Code Block
wret = replace("aaa", "aa", "b");
print(wret);

Print ba

See also

Filter by label (Content by label)
showLabelsfalse
max100
showSpacefalse
cqllabel = "string_routines"
labelsstring_routines

...