Namespace stringToChunksSkip
Defined in: naview.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Helper function for creating an Array of substrings of the alternating lengths n and s from a string
|
Namespace Detail
stringToChunksSkip
Helper function for creating an Array of substrings of the alternating lengths n and s from a string
- Parameters:
- {string} str
- string to generate substrings from
- {number} n
- alternating length 1 of desired substrings
- {number} s
- alternating length 2 of desired substrings
- See:
- stringToChunks for original function this was based on