@hufe921/canvas-editor
Version:
rich text editor by canvas/svg
9 lines (8 loc) • 364 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;