Home > utils > rot13
回转 13 位替换式密码。
Signature:
export declare function rot13(str: string): string;
Returns:
string
rot13('hello world') // => 'uryyb jbeyq'