PLs help..Searching a single quote In a string
Posted: Tue Mar 20, 2007 12:46 pm
Hi my problem is to find out existance of a single quote (') in a string.
for example Citta' has one at the last.
Now the searchable string is in $word
I have used strrchr($word,"'");
No error message..but not sure would it work?
Please help..
for example Citta' has one at the last.
Now the searchable string is in $word
I have used strrchr($word,"'");
No error message..but not sure would it work?
Please help..