Search results

  1. O

    Splitting string to array based on string length (amount of characters)

    Hi. Looks easy enough, but I've been unable to make this work. Some apps eg Google Translate, Twitter, SMS etc only allow a max amount of characters being entered. So how do I split a 500 characters string into chunks of maximal 200 characters, while keeping the last word intact? I'm thinking -...
Top