regexp qwestion

조회 수: 1 (최근 30일)
Raldi
Raldi 2011년 12월 2일
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?

채택된 답변

Andrei Bobrov
Andrei Bobrov 2011년 12월 2일
TheString = 'gftr dsrew mkjghfdfsde'
out = regexprep(TheString,'s','1')
  댓글 수: 1
Raldi
Raldi 2011년 12월 2일
Thanks Andrei

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by