Constructor
new MailDeobfuscate()
Decode a rot13 (caesar) string.
- Source:
Methods
(static) decode(string) → {string}
Get the decoded rot13 (caesar) string.
Parameters:
Name | Type | Description |
---|---|---|
string |
string | The encoded rot13 (caesar) string. |
- Source:
Returns:
Encoded rot13 (caesar) string.
- Type
- string