Feeds
提问
remove substring from string
I want to remove a substring from an nx1 string, if I use the erase function, A = erase(Str, 'dog'). it works, however this is c...
5 years 前 | 1 个回答 | 0
1
个回答提问
Identify a number in a string
Hi all, I would like to know how to identify and extract a number or digit from a string or text, so if I have Ans = ['2.66 mete...
5 years 前 | 2 个回答 | 0
