commaDelimiter top-level constant

String const commaDelimiter

Delimiter: a comma (,).

Implementation

const String commaDelimiter = r',';