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