統計
All
Feeds
回答済み
how can I remove 4 character of a string?
If s needs to be a string, just convert to character, grab the indices you need, then convert back to string. K>> s = "lastname...
how can I remove 4 character of a string?
If s needs to be a string, just convert to character, grab the indices you need, then convert back to string. K>> s = "lastname...
4年以上 前 | 0

