This is a simple JavaScript application that can split text every "n" characters, and add a separator of your choice in between. (E.g. separated by comma, space, semicolon, etc.)
For instance, given the input:"abcde12345", separating using the default settings will output:"ab,cd,e1,23,45".
Hope it helps!
References:
JavaScript: The Definitive Guide: Activate Your Web Pages (Definitive Guides)
No comments:
Post a Comment