So I have a nice long string that I need to split in Javascript at a space following a certain amount of characters. For instance, if I have
"You is a dog and I am a cat."
and I want it to split after 10 characters but at the next space... so rather than splitting dog up I want the next space to be the split point.
I hope I wrote that clearly, its a bit awkward to explain.
EDIT: I need to store all of this into an array. So splitting the string up as I described, but storing it into an array which I can iterate through. Sorry for the confusion- like I said, a bit odd to describe.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…