Files
2026-05-31 10:17:09 +07:00

8 lines
96 B
Plaintext

// TODO: LETTER, WORD, etc.
//
// Whitespace
//
WS_INLINE: /[ \t\xa0]/+
WS: /[ \t\xa0\f\r\n]/+