I have some regex lists, and I need to print all possibilities from them.
Like that:
print abac[ao]
that would print:
abaca
abaco
Can this be possible?
Like that:
print abac[ao]
that would print:
abaca
abaco
Can this be possible?
Comment