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