Need To Shuffle Some Words In Titles

blackhit

Elite Member
Joined
Jan 28, 2008
Messages
2,352
Reaction score
4,357
I need a site or a program that allows me to insert a couple of words and returns me every combination of those words.

Like:

word1 word2 word3 word4
word1 word3 word4 word2
word1 word4 word2 word3
etc. etc.

Like this site
Code:
http://users.telenet.be/vdmoortel/dirk/Maths/permutations.html
does with letters.

(tried it with words but that doesn't work)

P.S. Thought I post it here since the Blogging section deals a lot with content manipulations.
Mods, please delete or move if this doesn't belong here.
 
Last edited:
try this page, the tool down the bottom seems to do what you need

Code:
http://mytexttools.com/Permutation-Generator.html

Thanx.
Anyone knows of a site/page or tool that allows more than 4 words?
 
write one in excel or open office or probably even possible in google spreadsheets :fest30:

list the words and random function shuffle etc.
 
hey blackhit, have a look at this for excel, you can just edit the formulas based on the number of words you need to shuffle

Code:
http://www.excelforum.com/excel-worksheet-functions/588901-permutation-and-combinations.html
 
Last edited:
Back
Top