String renderStrikeThrough(String matchingString) { return matchingString.substring(1, matchingString.length - 2); }