Next: , Previous: , Up: strings   [Index]


25.17 Mutators

Function: string-swap! str i j

Swap the characters in str at positions i and j.

Function: %string-fill*! fill-char str start past
Macro: string-fill*! S fill-char

Fill the selected substring with fill-char, modifying the original string.