我有一个字符串,如:
"aabbccccdd"
我想将此字符串分解为长度为2的子字符串向量:
"aa" "bb" "cc" "cc" "dd"
string split r
r ×1
split ×1
string ×1