Finds all letter combinations of a word or string of letters
224
This is an Openfaas function.
Usage: curl -d "example" http://127.0.0.1:8080/function/func_permutations
Output: ['example', 'exampel', 'examlpe', 'examlep', 'examepl', 'examelp', ... 'exmelap', 'exmelpa', 'expamle', 'expamel', 'expalme', 'expalem']
Content type
Image
Digest
Size
25.1 MB
Last updated
over 8 years ago
docker pull mysmartbus/func_permutations