flip -package:regex-tdfa package:hedgehog

flip f takes its (first) two arguments in the reverse order of f.
>>> flip (++) "hello" "world"
"worldhello"