Azzera filtri
Azzera filtri

regexp qwestion

1 visualizzazione (ultimi 30 giorni)
Raldi
Raldi il 2 Dic 2011
Hi everyone
i have an exprecion of the type numstrscheck = regexp(TheString, '-?\d+\.?\d*', 'match');
is there a way that alongside with any other operations that are done inside regexp, to also substitute the letter s of 'TheString' if it has any, with the number one?

Risposta accettata

Andrei Bobrov
Andrei Bobrov il 2 Dic 2011
TheString = 'gftr dsrew mkjghfdfsde'
out = regexprep(TheString,'s','1')

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by