StringReplacePart
replaces the characters at positions m through n in "string" by "snew".
inserts copies of "snew" at several positions.
replaces characters at positions mi through ni in "string" by "snewi".
represents an operator form of StringReplacePart that can be applied to an expression.
Details

- StringReplacePart uses position specifications in the form returned by StringPosition. »
- When a list of "snewi" is given, its length must be the same as the length of the list of positions. »
- When multiple positions are given, all refer to the original "string", before any replacements have been done.
- StringReplacePart[s,"",…] can be used to delete substrings. »
- StringReplacePart[new,part][old] is equivalent to StringReplacePart[old,new,part].
- StringReplacePart[BioSequence["type","seq"],"snew",part] will apply the operation to the string "seq", yielding a BioSequence result.
- Given a circular BioSequence and a starting position greater than the ending position, i.e. m>n, then StringReplacePart[bioseq,"snew",{m,n}] replaces the wrapped-around sequence starting at m and ending at n.
Examples
open allclose allBasic Examples (3)Summary of the most common use cases
Replace characters 2 through 5 with a new string:

https://wolfram.com/xid/0n4feczxhgy-mm6

Replace several sequences of characters with a new string:

https://wolfram.com/xid/0n4feczxhgy-f6s

Use the operator form of StringReplacePart:

https://wolfram.com/xid/0n4feczxhgy-bb46a1

Scope (5)Survey of the scope of standard use cases
Negative positions count from the end:

https://wolfram.com/xid/0n4feczxhgy-tgr

Replace two sequences of characters with two new strings:

https://wolfram.com/xid/0n4feczxhgy-v9t

Use the operator form to replace two sequences of characters with two new strings:

https://wolfram.com/xid/0n4feczxhgy-544tfc

Replace a codon in a DNA sequence:

https://wolfram.com/xid/0n4feczxhgy-gz46r7

Undertake a wrap-around replace on a biomolecular sequence:

https://wolfram.com/xid/0n4feczxhgy-3as1mp

Applications (1)Sample problems that can be solved with this function
Simulating a multiway system [more info]:

https://wolfram.com/xid/0n4feczxhgy-vige4x

https://wolfram.com/xid/0n4feczxhgy-iz5o5k

https://wolfram.com/xid/0n4feczxhgy-7xzvrt
The evolution of a multiway system:

https://wolfram.com/xid/0n4feczxhgy-kwf087

Properties & Relations (3)Properties of the function, and connections to other functions
StringReplacePart can use the output from StringPosition:

https://wolfram.com/xid/0n4feczxhgy-gzpb5h


https://wolfram.com/xid/0n4feczxhgy-j4fehh

This is equivalent to StringReplace:

https://wolfram.com/xid/0n4feczxhgy-dz31k3

Replacing with an empty string is equivalent to StringDrop:

https://wolfram.com/xid/0n4feczxhgy-zip


https://wolfram.com/xid/0n4feczxhgy-nzk

StringReplacePart can drop several sequences of characters at a time:

https://wolfram.com/xid/0n4feczxhgy-u8b

Use position {n,n-1} to insert at position n, without overwriting anything:

https://wolfram.com/xid/0n4feczxhgy-ha2

StringInsert can do the same:

https://wolfram.com/xid/0n4feczxhgy-mm0

Wolfram Research (1996), StringReplacePart, Wolfram Language function, https://reference.wolfram.com/language/ref/StringReplacePart.html (updated 2020).
Text
Wolfram Research (1996), StringReplacePart, Wolfram Language function, https://reference.wolfram.com/language/ref/StringReplacePart.html (updated 2020).
Wolfram Research (1996), StringReplacePart, Wolfram Language function, https://reference.wolfram.com/language/ref/StringReplacePart.html (updated 2020).
CMS
Wolfram Language. 1996. "StringReplacePart." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/StringReplacePart.html.
Wolfram Language. 1996. "StringReplacePart." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/StringReplacePart.html.
APA
Wolfram Language. (1996). StringReplacePart. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/StringReplacePart.html
Wolfram Language. (1996). StringReplacePart. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/StringReplacePart.html
BibTeX
@misc{reference.wolfram_2025_stringreplacepart, author="Wolfram Research", title="{StringReplacePart}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/StringReplacePart.html}", note=[Accessed: 06-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_stringreplacepart, organization={Wolfram Research}, title={StringReplacePart}, year={2020}, url={https://reference.wolfram.com/language/ref/StringReplacePart.html}, note=[Accessed: 06-April-2025
]}