S
sony.m.2007
Hi,
I have a large string and i need to split the string into 5
characters.
for example
string st="test1234567890test1234567dfghhhjrt57ujkk8"
I want to split the above string st into strings of 5 characters.
if the string length is 33 means, the output string count is 7.
6 string contains 5 characters and 7th one will contain 3 only.
Is there string function available to do this?
Thanks,
Sony
I have a large string and i need to split the string into 5
characters.
for example
string st="test1234567890test1234567dfghhhjrt57ujkk8"
I want to split the above string st into strings of 5 characters.
if the string length is 33 means, the output string count is 7.
6 string contains 5 characters and 7th one will contain 3 only.
Is there string function available to do this?
Thanks,
Sony