showEscape function

String showEscape(
  1. String text
)

Implementation

String showEscape(String text) => text.replaceAll(esc, 'ESC');