locobastard
Junior Member
- May 27, 2011
- 161
- 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
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