Statistics
RANK
150,058
of 300,840
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,092
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 171,238
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
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 ago | 0
Question
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 ago | 2 answers | 0
