UNPKG

@transcend-io/consent-manager-ui

Version:
7 lines (6 loc) 225 B
/** * RegExp for splitting strings that represent command and/or space-separated lists of tokens. * * Empty/whitespace-only entries are ignored. */ export const COMMA_AND_OR_SPACE_SEPARATED_LIST = /(?:\s*(?:,\s*)+|\s+)/;