RS top-level constant
String
const RS
Record Separator (or IS2 - Information Separator Two).
IS2 is used to separate and qualify data logically; its specific meaning has to be defined for each application. If this control function is used in hierarchical order, it may delimit a data item called a record.
Implementation
const String RS = '\x1E';