File size: 121 Bytes
bc20498 |
1 2 3 4 5 |
/**
* Regular expression that matches a unicode punctuation character.
*/
export const unicodePunctuationRegex: RegExp
|
bc20498 |
1 2 3 4 5 |
/**
* Regular expression that matches a unicode punctuation character.
*/
export const unicodePunctuationRegex: RegExp
|