powered by
Given a generator and an effect, this function returns the alias.
fp_gen2alias(generator, effect)
An effect (string).
a generator, in the form of ABCD....
ABCD...
an effect, in the form of BD....
BD...
Generators and aliases are strings of capital letters.
fp_gen2alias("ABCD", "BD")
Run the code above in your browser using DataLab