PromucFlow_constructor/app/client/src/constants/Regex.ts
2023-05-04 18:29:57 +05:30

6 lines
239 B
TypeScript

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}`;