transformenator is an application that allows you to perform transformeration on text and binary files.
It is developed using the Java programming language and can be run on Mac OS X, Windows and Linux.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· "Must be non-zero" specification ("!!") - similar to "don't care," but allows any value except zero to match
Recursive transform specs - changes are now fed back to input stream and exposed to subsequent transforms:
· This can cause loops if your specs change data to the same thing (i.e. "0d = 0d0a")
· Use the hashmark instead of equals sign in these cases (i.e. "0d # 0d0a") to move past once substituted