Tool to change one or more letters in a word. By changing one letter in a word, it is possible to make other new words according to some variations.
Word Letter Change - dCode
Tag(s) : Word Search, Word Games
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!
dCode has a tool for creating a word ladder, a word game transforming one word to another by changing only one letter at each step:
S | T | A | R | T |
- | - | - | - | - |
- | - | - | - | - |
T | O | E | N | D |
dCode has many ciphers that replace letters with others (a cryptographic method called substitution cipher), the best known is the Caesar code.
Changing a letter in a word is a linguistic or algorithmic operation that consists of modifying one or more letters of a word to create another.
The best way to replace a letter from a word to make another word is to use dCode that will try all possibilities (only one letter or more than one letter changing)
If the position of other letters is kept unchanged (search for paronym):
Example: From the word LETTER, by switching the first letter with a B, make the word BETTER.
If letters can be scrambled, then:
Example: From the word LETTER, by changing one letter without keeping the position of the letters, make the existing words TESTER (+S -L) or STREET (+S -L).
If no letter is changed, see anagrams.
The change may possibly consist of removing letters in a word (without adding any) or adding letters in a word (without deleting any)
To keep the letters but only reorder them, use the anagram generator.
A paronym is a word that looks like another word, both visually and phonetically. To search for a paronym, search for a word by keeping letter order and changing a few letters (1 or 2).
To calculate the distance between two words, there is the Levenshtein distance, which counts the minimum number of operations (insertions, deletions, substitutions/replacing) necessary to transform one word into another.
Example: The distance between KITTEN and SITTING is 3 (replace K with S, E with I, and add G).
dCode retains ownership of the "Word Letter Change" source code. Any algorithm for the "Word Letter Change" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Word Letter Change" 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 "Word Letter Change" 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 "Word Letter Change" 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: Word Letter Change on dCode.fr [online website], retrieved on 2025-04-15,