NEST HelpDesk | Command Index | NEST Quick Reference |
replace - Replace a section of a string or array by a new sequence.Synopsis:
(string1) a b (string2) replace -> (string3)Examples:
[array1] a b [array2] replace -> [array3]
[1 2 3 4 5 6 7] 2 3 [99 99 99 99] replace -> [1 2 99 99 99 99 6 7]Description:
(computer) 1 5 (are) replace ->(career)
Replaces the elements a through b in container1 bySeeAlso: Source:
container2.
/builddir/build/BUILD/nest-simulator-2.14.0/sli/slidata.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative