| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| chop(str) — Static method in class com.almirun.common.util.StringManipulator | |
| chunkSplit(body, chunkLength, end) — Static method in class com.almirun.common.util.StringManipulator | |
|
Split a string into smaller chunks
Can be used to split a string into smaller chunks which is useful for e.g. |
|
| com.almirun.common.controllers — Package | |
| com.almirun.common.data — Package | |
| com.almirun.common.events — Package | |
| com.almirun.common.net — Package | |
| com.almirun.common.util — Package | |
| com.almirun.common.util.loremipsum — Package | |
| countChars(str) — Static method in class com.almirun.common.util.StringManipulator | |
|
Return an array containing totals of each character used in a string
Counts the number of occurrences of every character, and returns them as an array. |
|
| countWords(str) — Static method in class com.almirun.common.util.StringManipulator | |
|
Return an array containing totals of each word used in a string
Counts the number of occurrences of every word, and returns them as an array. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |