0

Possible Duplicate:
Split String into smaller Strings by length variable

I have seen solutions that split strings by a certain character but I wanted to seperate a string every certain amount of characters. Does anyone know how to do this?

Community
  • 1
  • 1
Edward
  • 7,259
  • 8
  • 60
  • 122

1 Answers1

1

its been asked

Split String into smaller Strings by length variable

Community
  • 1
  • 1
Or Betzalel
  • 2,267
  • 11
  • 43
  • 63
  • Ok thanks. I'll leave the question as a redirect for others because I couldn't find the question you were refering to. – Edward Apr 24 '11 at 20:43