Posts by Camila Piva • 71 points
1 post
-
6
votes4
answers2533
viewsQ: How to split a string every 2 characters?
I’m trying to split a string every two characters, but I don’t have a delimiter and I need to use the whole string. Example: String exemplo= 99E65A78 String ex1= 99 String ex2= E6 String ex3= 5A…