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 allclose allBasic Examples (3)
Wolfram Research (2015), StringPartition, Wolfram Language function, https://reference.wolfram.com/language/ref/StringPartition.html (updated 2020).
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