strrep with replacing precise word and no ' ' explicit in code
1 回表示 (過去 30 日間)
古いコメントを表示
Dominique Joubert
2018 年 9 月 19 日
コメント済み: Walter Roberson
2018 年 9 月 19 日
i have an array in a loop:
use{i,1}=strrep(use{i,1},statename{j,1},xx{1,j})
the idea is to find precise statenames and repacle them with xx
but its doing parts.
how do i use the lookbefoe and after idea here, with no ' 'in the code?
DJ
0 件のコメント
採用された回答
Walter Roberson
2018 年 9 月 19 日
Do not use strrep for this: use regexprep with lookaround operators.
2 件のコメント
Walter Roberson
2018 年 9 月 19 日
Are you sure comma to be part of the list? Those are literal comma not range separators.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!