How do I determine if a word has a certain character in it?
Afficher commentaires plus anciens
How do I determine if a word has a certain character in it?
For example if I have a word ?????? and want to know if the letter c is in it?
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 4 Nov 2015
How about strfind()
index = strfind(string, 'c');
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!