Create a double line separator of specified length
static String createDoubleSeparator(int length) { return createSeparator(length, '='); }