Is there a tool that does this?

locobastard

Junior Member
Joined
May 27, 2011
Messages
161
Reaction score
27
Is there any tool that takes 2 or more separate lists of words and outputs every possible combination of the words contained in these lists?

Example:

[TABLE="width: 200"]
[TR]
[TD]List A:[/TD]
[TD]List B:[/TD]
[/TR]
[TR]
[TD]Word (A1)[/TD]
[TD]Word (B1)[/TD]
[/TR]
[TR]
[TD]Word (A2)[/TD]
[TD]Word (B2)[/TD]
[/TR]
[/TABLE]

Output=
A1+B1
A1+B2
A2+B1
A2+B2
 
Thanks! exactly what I was looking for.
 
Back
Top