regexp-support
Version:
check RegExp ( regular expressions ) support
158 lines (157 loc) • 3.4 kB
TypeScript
declare const _default: {
C: boolean;
Other: boolean;
Cc: boolean;
Control: boolean;
Cf: boolean;
Format: boolean;
Cn: boolean;
Unassigned: boolean;
Co: boolean;
Private_Use: boolean;
Cs: boolean;
Surrogate: boolean;
L: boolean;
Letter: boolean;
LC: boolean;
Cased_Letter: boolean;
Ll: boolean;
Lowercase_Letter: boolean;
Lm: boolean;
Modifier_Letter: boolean;
Lo: boolean;
Other_Letter: boolean;
Lt: boolean;
Titlecase_Letter: boolean;
Lu: boolean;
Uppercase_Letter: boolean;
M: boolean;
Mark: boolean;
Mc: boolean;
Spacing_Mark: boolean;
Me: boolean;
Enclosing_Mark: boolean;
Mn: boolean;
Nonspacing_Mark: boolean;
N: boolean;
Number: boolean;
Nd: boolean;
Decimal_Number: boolean;
Nl: boolean;
Letter_Number: boolean;
No: boolean;
Other_Number: boolean;
P: boolean;
Punctuation: boolean;
Pc: boolean;
Connector_Punctuation: boolean;
Pd: boolean;
Dash_Punctuation: boolean;
Pe: boolean;
Close_Punctuation: boolean;
Pf: boolean;
Final_Punctuation: boolean;
Pi: boolean;
Initial_Punctuation: boolean;
Po: boolean;
Other_Punctuation: boolean;
Ps: boolean;
Open_Punctuation: boolean;
S: boolean;
Symbol: boolean;
Sc: boolean;
Currency_Symbol: boolean;
Sk: boolean;
Modifier_Symbol: boolean;
Sm: boolean;
Math_Symbol: boolean;
So: boolean;
Other_Symbol: boolean;
Z: boolean;
Separator: boolean;
Zl: boolean;
Line_Separator: boolean;
Zp: boolean;
Paragraph_Separator: boolean;
Zs: boolean;
Space_Separator: boolean;
};
export default _default;
export declare const NAME_ALIAS: {
C: string;
Other: string;
Cc: string;
Control: string;
Cf: string;
Format: string;
Cn: string;
Unassigned: string;
Co: string;
Private_Use: string;
Cs: string;
Surrogate: string;
L: string;
Letter: string;
LC: string;
Cased_Letter: string;
Ll: string;
Lowercase_Letter: string;
Lm: string;
Modifier_Letter: string;
Lo: string;
Other_Letter: string;
Lt: string;
Titlecase_Letter: string;
Lu: string;
Uppercase_Letter: string;
M: string;
Mark: string;
Mc: string;
Spacing_Mark: string;
Me: string;
Enclosing_Mark: string;
Mn: string;
Nonspacing_Mark: string;
N: string;
Number: string;
Nd: string;
Decimal_Number: string;
Nl: string;
Letter_Number: string;
No: string;
Other_Number: string;
P: string;
Punctuation: string;
Pc: string;
Connector_Punctuation: string;
Pd: string;
Dash_Punctuation: string;
Pe: string;
Close_Punctuation: string;
Pf: string;
Final_Punctuation: string;
Pi: string;
Initial_Punctuation: string;
Po: string;
Other_Punctuation: string;
Ps: string;
Open_Punctuation: string;
S: string;
Symbol: string;
Sc: string;
Currency_Symbol: string;
Sk: string;
Modifier_Symbol: string;
Sm: string;
Math_Symbol: string;
So: string;
Other_Symbol: string;
Z: string;
Separator: string;
Zl: string;
Line_Separator: string;
Zp: string;
Paragraph_Separator: string;
Zs: string;
Space_Separator: string;
};