How do I determine if a word has a certain character in it?
古いコメントを表示
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?
採用された回答
その他の回答 (1 件)
Image Analyst
2015 年 11 月 4 日
How about strfind()
index = strfind(string, 'c');
カテゴリ
ヘルプ センター および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!