G
Guest
Hi,
I want to split a big string by nymber of characters. for eg., if total
length of the string is 80 and I want to split by each 10 characters and get
8 lines of output.
I written a function but still I search for the optimized one because the
strings I receive will be long. Is there are any special classes or I can use
regular expressions?
Please help.
TIA,
Holy
I want to split a big string by nymber of characters. for eg., if total
length of the string is 80 and I want to split by each 10 characters and get
8 lines of output.
I written a function but still I search for the optimized one because the
strings I receive will be long. Is there are any special classes or I can use
regular expressions?
Please help.
TIA,
Holy