replace - Replace a section of a string or array by a new sequence.
(string1) a b (string2) replace -> (string3)
[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]
(computer) 1 5 (are) replace ->(career)
Replaces the elements a through b in container1 by
container2.
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/sli/slidata.cc