Splitting of strings based on the required length

后端 未结 1 1587
轮回少年
轮回少年 2021-01-22 11:04

Is there an easy way on how to split a string based from the required length? For example, I have a string:

AAAAABBBBB1111122222RRRRR

1条回答
  •  不要未来只要你来
    2021-01-22 11:37

    You can use analyze-string to break up the data:

    
        
            
                
                    
                
            
        
        
    
    

    0 讨论(0)
提交回复
热议问题