I have this string of text. Within the string there is a space. And then it proceeds with the string.
I would like to parse the string out every 3 characters after the SPACE in its separate string
So example if sparsed out every 3 characters it would look like this
ART 1string
ASC 2string
BIO 3string
HUM 4string
JUR 5string
MPS 6string
ect:
here is the string
RSAP5RSCH8RSDB1RSID1RSIV6RSLG9RSUM1RUWE1 ARTASCBIOHUMJURMPSMUSSBSUSSUVC
I would like to parse the string out every 3 characters after the SPACE in its separate string
So example if sparsed out every 3 characters it would look like this
ART 1string
ASC 2string
BIO 3string
HUM 4string
JUR 5string
MPS 6string
ect:
here is the string
RSAP5RSCH8RSDB1RSID1RSIV6RSLG9RSUM1RUWE1 ARTASCBIOHUMJURMPSMUSSBSUSSUVC