Skip to main content
Version: v0.0.9

Variable: FIELD_SEPARATOR

const FIELD_SEPARATOR: "\u001c" = "\x1c"

Field Separator (NCPDP "FS", ASCII 0x1C): separates fields within a segment.

Example

import { FIELD_SEPARATOR } from "@cosyte/ncpdp/telecom";
FIELD_SEPARATOR.charCodeAt(0); // 28 (0x1C)