rot47 static method

String rot47(
  1. String text
)

Implementation

static String rot47(String text) => _rot47(text);