I have a string of words which has some words like
"Cloud", "Clouds", "Application", "Applications", "Event", "Events"
and some words like
"Access"
which are singular but have "s"
at the end. I want to remove the plural words but I can't write a code to remove s from the end as it will remove "s"
from all the words.
I searched on Internet and couldn't find anything relevant.
Can anyone help me with best way of doing this?
EDIT: How do I use CakePHP in my program? I have never used it before so don't have experience on it. I have that String variable in a function. It says I need to install Cake PHP, Can anyone tell me how to use it in the function?
Thanks