PromucFlow_constructor/app/client/src/constants/Regex.ts

6 lines
239 B
TypeScript
Raw Normal View History

import pL from "js-regex-pl";
/* ref: https://github.com/yury-dymov/js-regex-pl/blob/master/src/index.js
includes support for other languages (e.g. latin, chinese, japanese etc..) */
export const ALL_LANGUAGE_CHARACTERS_REGEX = `${pL}`;