UNPKG

@sutton-signwriting/unicode8

Version:

a javascript package for processing SignWriting in Unicode 8 (uni8) characters

17 lines (12 loc) 238 B
/** * Object of regular expressions for string of symbols * * { full } * @alias string.re * @type {object} */ import { re as reSymbol} from '../symbol/symbol-re'; let re = { 'full': `(?:${reSymbol.full})+` } export { re }