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. Except explicit open source licence (indicated Creative Commons / free), the "Group of Letters Splitting" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "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.) and all data download, script, or API access for "Group of Letters Splitting" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Group of Letters Splitting" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Group of Letters Splitting on dCode.fr [online website], retrieved on 2024-11-21,