We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
const SPACE_OR_PUNCTUATION = /[\n\r\p{Z}\p{P}]+/u; -> this part of code means this project only supports ES2018+
const SPACE_OR_PUNCTUATION = /[\n\r\p{Z}\p{P}]+/u;