Rather Simple Url Typo Program

Rather Simple Url Typo Program
I need a web based program that will allow the following.

I will be able to type in domain names (one per line).

I will then click on a “Submit” button and it will provide me with typos of the domains I submitted.
These typos will be of the following criteria:

(1) Switched letters/numbers. Each letter/number next to eachother will be switched with the one beside it.

Example: domainname.com is the input. It would provide me with the following:
odmainname.com
dmoainname.com
doaminname.com
domianname.com
domaniname.com
domainanme.com
domainnmae.com
domainnaem.com

(2) Duplicate letters/numbers. Each letter/number will be duplicated.
Example:
ddomainname.com
doomainname.com
dommainname.com
domaainname.com
domaiinname.com
domainnname.com
domainnaame.com
domainnamme.com
domainnamee.com

(3) Missing letters/numbers. Each letter/number will be missing.
Example:
domainnam.com
domainnae.com
domainnme.com
domainame.com
domainame.com
domanname.com
dominname.com
doainname.com
dmainname.com
omainname.com

(4) Add the letter “s” to the end.
Example:
domainnames.com

(5) Replace the letter “i” with the letter “e”.
Example:
domaenname.com

(6) Replace the letter “e” with the letter “i”.
Example:
domainnami.com

(7) Replace the letter “o” with the letter “u”.
(8) Replace the letter “u” with the letter “o”.
(9) Replace the letter “o” with the letter “a”.
(10) Replace the letter “a” with the letter “o”.
(11) Replace the letter “a” with the letter “e”.
(12) Replace the letter “e” with the letter “a”.
(13) Replace the letter “z” with the letter “a”.
(14) Replace the letter “z” with the letter “x”.
(15) Replace the letter “x” with the letter “c”.
(16) Replace the letter “x” with the letter “z”.
(17) Replace the letter “b” with the letter “v”.

These are all done when a .com domain name is entered. Each of the 15 steps will be done to make a list for each

domain (the results should leave “.com” on the typo. “.com” should never be altered, just the words before it.

If a .net, .org, or .anything other than .com is entered, the only change it makes will be converting it to a

.com. No other typos will be generated for it.

For example.

If domainname.bz is entered, it will output just “domainname.com” as the only typo.

I need this project complete as soon as possible. I want to be able to enter multiple domainnames at 1 time and

get all of the output in a single list (one result per line).

Leave a Reply

Your email address will not be published. Required fields are marked *