'Find & Replace' ignores quoted strings
古いコメントを表示
I am having a problem with the editor's 'Find & Replace' tool. I have a mfile containing containing quoted strings like
load('File1.mat') ;
load('File2.mat') ;
load('File3.mat') ;
load('File4.mat') ;
When I use Edit > Find & Replace to search for File or mat, they are not found. But when I search for load, it is found. It seems like the characters enclosed in single quotes are invisible to Find & Replace. Is that a known issue? I am using R2012a.
4 件のコメント
Sean de Wolski
2012 年 8 月 6 日
I can't reproduce this...
John Petersen
2012 年 8 月 6 日
I have the same version and have no problem with it. Is the Match case box selected?
the cyclist
2012 年 8 月 6 日
Or the "Whole Word" check box?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Characters and Strings についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!