Search Results
2 functions found:
1. | shuffleList ( listToShuffle ) |
Average rating: 4.4 | |
Jan Bardi | |
Standalone, quick & dirty list sort order randomizer using recursion. | |
2. | uniqueWords ( anyText ; minimWordLength ; caseSensitive ; shouldSkipNumbers ) |
Average rating: 3.9 | |
Jan Bardi | |
Turns text into a value list of its unique words of a given minimum word length, with or without numbers. | |