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!
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.
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 online 'Group of Letters Splitting' tool source code. Except explicit open source licence (indicated CC / Creative Commons / free), any algorithm, applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (PHP, Java, C#, Python, Javascript, Matlab, etc.) no data, script or API access will be for free, same for Group of Letters Splitting download for offline use on PC, tablet, iPhone or Android !
Please, check our community Discord for help requests!