Feeds
已回答
Split string into string based on character type
I think I found solution. I'm only missing how to extract first number. string="1AA12"; check=isletter(string); letter=string...
Split string into string based on character type
I think I found solution. I'm only missing how to extract first number. string="1AA12"; check=isletter(string); letter=string...
6 years 前 | 0
提问
Split string into string based on character type
Hello, I have variable data that looks like this: 1A2 and is formatted number+letter(s)+number. I'd like to split this string t...
6 years 前 | 2 个回答 | 0
