Create all possible combinations of a spintax?

Porridge

Registered Member
Joined
Sep 12, 2013
Messages
84
Reaction score
22
Let's say that my spintax is this:
Code:
{bhw|blackhatworld} is {awesome|the best}

I need a tool that creates all combinations of the spintax so that the output looks like this:

Code:
bhw is awesome
bhw is the best
blackhatworld is awesome
blackhatworld is the best

Which tool can do this?
 
Back
Top