Ex.
1. If the word starts with 'qu' or 'c', convert it to 'kw' or 'k' respectively
ex. quit --> kwit
cast --> kast
2. If the word contains 'ee' consecutively, change to 'i'
ex. meet --> mit
I have 14 more rules.
How can I convert it, can you give me the algorithm? I'm using C. Thanks.
