@hufe921/canvas-editor
Version:
rich text editor by canvas/svg
11 lines (10 loc) • 459 B
TypeScript
export declare const NUMBER_REG: RegExp;
export declare const NUMBER_LIKE_REG: RegExp;
export declare const CHINESE_REG: RegExp;
export declare const SURROGATE_PAIR_REG: RegExp;
export declare const EMOJI_REG: RegExp;
export declare const UNICODE_SYMBOL_REG: RegExp;
export declare const PUNCTUATION_REG: RegExp;
export declare const START_LINE_BREAK_REG: RegExp;
export declare const NON_NUMBER_STR_REG: RegExp;
export declare const WHITE_SPACE_REG: RegExp;