ansiStripped function

String ansiStripped(
  1. String it
)

Implementation

String ansiStripped(String it) => it.replaceAll(ansiMatcher, '');