Next: Comparison, Previous: Selection, Up: SRFI-207 String-notated bytevectors [Contents][Index]
Returns a newly allocated bytevector with the contents of bytevector1, except that the bytes indexed by start1 and end1 are not included but are replaced by the bytes of bytevector2 indexed by start2 and end2.
(bytestring-replace #u8"Vogon torture" #u8"poetry" 6 13)⇒#u8"Vogon poetry"