StringPartition["string",n]
partitions string into nonoverlapping substrings of length n.
StringPartition["string",n,d]
generates substrings with offset d.


StringPartition
StringPartition["string",n]
partitions string into nonoverlapping substrings of length n.
StringPartition["string",n,d]
generates substrings with offset d.
Details

- All the substrings generated by StringPartition[string,n,d] are of length n. Some elements at the end of string may therefore not appear in any substring.
- StringPartition[string,UpTo[n]] partitions into substrings of length up to n, allowing the final substring to be shorter.
- All elements of string appear in the substrings generated by StringPartition[string,n,1].
- If d is greater than n in StringPartition[string,n,d], then elements in the middle of string are skipped.
- StringPartition[BioSequence["type","seq"],n,…] will apply the operation to the string "seq", yielding a list of BioSequence results.
Examples
open all close allBasic Examples (3)
Related Guides
Text
Wolfram Research (2015), StringPartition, Wolfram Language function, https://reference.wolfram.com/language/ref/StringPartition.html (updated 2020).
CMS
Wolfram Language. 2015. "StringPartition." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/StringPartition.html.
APA
Wolfram Language. (2015). StringPartition. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/StringPartition.html
BibTeX
@misc{reference.wolfram_2025_stringpartition, author="Wolfram Research", title="{StringPartition}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/StringPartition.html}", note=[Accessed: 16-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_stringpartition, organization={Wolfram Research}, title={StringPartition}, year={2020}, url={https://reference.wolfram.com/language/ref/StringPartition.html}, note=[Accessed: 16-August-2025]}