strrep with replacing precise word and no ' ' explicit in code
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Dominique Joubert
el 19 de Sept. de 2018
Comentada: Walter Roberson
el 19 de Sept. de 2018
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 comentarios
Respuesta aceptada
Walter Roberson
el 19 de Sept. de 2018
Do not use strrep for this: use regexprep with lookaround operators.
2 comentarios
Dominique Joubert
el 19 de Sept. de 2018
Editada: Stephen23
el 19 de Sept. de 2018
Walter Roberson
el 19 de Sept. de 2018
Are you sure comma to be part of the list? Those are literal comma not range separators.
Más respuestas (0)
Ver también
Categorías
Más información sobre Characters and Strings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!