Feeds
답변 있음
Regular expression replace problem ?
i GOT THE ANSWER s = regexprep(s, '(\d+)BC', '<DATE>'); answer is "abc <DATE> xyz"
Regular expression replace problem ?
i GOT THE ANSWER s = regexprep(s, '(\d+)BC', '<DATE>'); answer is "abc <DATE> xyz"
대략 13년 전 | 0
질문
Regular expression replace problem ?
Hi every one , I need to replace every decimal number by a special tag like <NUM> in a given text Thanks
대략 13년 전 | 답변 수: 1 | 0
1
답변질문
Array of struct manipulating
I have array of struct x.a x.b x.c I want to do the following two operations # x(:).a = x(:).a +10 # x(:).c = x(:).a ...
대략 14년 전 | 답변 수: 4 | 0