How can I find the number of letters in a string? Just letters (A-Z, a-z)?
古いコメントを表示
How can I find the number of letters in a string? Just letters (A-Z, a-z)?
採用された回答
その他の回答 (2 件)
Jan
2015 年 5 月 24 日
Or:
sum(isstrprop(string, 'alpha'))
カテゴリ
ヘルプ センター および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!