String over(String modified, int len) { return modified.length > len ? "${modified.substring(0, len - trim)}..." : modified; }