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 years 前 | 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 years 前 | 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 years 前 | 4 个回答 | 0