aboutsummaryrefslogtreecommitdiffstats
path: root/src/var/rnothtmlwhite.js
blob: ac8586dbcc43613940841f0925d2159ca28957eb (plain)
1
2
3
4
// Only count HTML whitespace
// Other whitespace should count in values
// https://infra.spec.whatwg.org/#ascii-whitespace
export var rnothtmlwhite = /[^\x20\t\r\n\f]+/g;