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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
