separator property

String separator
final

The separator for the items in arrays.

array-sep = %x2C  ; , Comma

Implementation

static final String separator = ',';