Please help:
I would like to create a program which converts some letters into different ones. Here is the idea.
- I want 2 text areas (input and output) + “convert” button
- if I type in the input area the letters “ea” I would like it to be converted into “a”, so that If I type “cambrea” and press “submit” the output text will have “cambra”.
- if I type "e " which is (e+space) I want it to be converted into " " which is “space” example: if I type the word "spine " it should be converted into "spin , note that there is a space after "spin ".
- If I type any vowel before “o” it should render “o”, example: gambuo becomes gambo.
would this be possible? I’m not very familiar with Javascript even though I can modify it. I hope someone can help. It will make a big difference.