rot13 static method

String rot13(
  1. String text
)

Implementation

static String rot13(String text) => caesarShift(text, 13);