Tools to split a text into letters, group of letters or words. The cut/splitting can be regular, by blocks, or follow a sequence, the separator is configurable.
Group of Letters Splitting - dCode
Tag(s) : Data Processing
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Enter the text and the size of the blocks (number of characters per block between each cut).
Example: The text ABCDEFGHIJKLMNOPQRSTUVWXYZ with a splitting parameter of 3. The cutting will split the text into uniform blocks of size 3: ABC,DEF,GHI,JKL,MNO,PQR,STU,VWX,YZ
It is possible to take or only letters or all characters (keeping punctuation) in each part.
Be careful to choose a separator that does not already appear in the text otherwise there could be confusion.
Do not confuse letter and character, all letters are characters but not all characters are letters.
Indicate several sizes of successive cuts in order to cut according to a given sequence.
Example: 1.2 will cut the blocks/portions of text 1 and 2 letters A,BC,D,EF,G,HI,J,KL,M,NO,P,QR,S,TU,V,WX,Y,Z
Example: 8,7,6,5 will split the text into blocks/portions: ABCDEFGH,IJKLMNO,PQRSTU,VWXYZ
dCode retains ownership of the "Group of Letters Splitting" source code. Any algorithm for the "Group of Letters Splitting" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Group of Letters Splitting" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Group of Letters Splitting" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Group of Letters Splitting" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Group of Letters Splitting on dCode.fr [online website], retrieved on 2025-04-16,