vtils

Home > utils > rot13

rot13() function

回转 13 位替换式密码。

Signature:

export declare function rot13(str: string): string;

Parameters

Parameter Type Description
str string 原文

Returns:

string

Example

rot13('hello world') // => 'uryyb jbeyq'