Community Profile

photo

Majed


Active since 2011

MAJED

Statistics

Content Feed

View by

Answered
Regular expression replace problem ?
i GOT THE ANSWER s = regexprep(s, '(\d+)BC', '<DATE>'); answer is "abc &lt;DATE> xyz"

11 years ago | 0

Question


Regular expression replace problem ?
Hi every one , I need to replace every decimal number by a special tag like &lt;NUM> in a given text Thanks

11 years ago | 1 answer | 0

1

answer

Question


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 ...

12 years ago | 4 answers | 0

4

answers