Interface IManglingEngine
public interface IManglingEngine
Interface for mangling engines, each of them handling a different mangling scheme.
-
Method Summary
Modifier and TypeMethodDescriptionUnmangle a string.
-
Method Details
-
unmangle
Unmangle a string.- Parameters:
mangledString
-- Returns:
- unmangled result, or null if the unmangling failed
-