All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.var.rnothtmlwhite.js Maven / Gradle / Ivy

define( function() {
	"use strict";

	// Only count HTML whitespace
	// Other whitespace should count in values
	// https://infra.spec.whatwg.org/#ascii-whitespace
	return ( /[^\x20\t\r\n\f]+/g );
} );




© 2015 - 2025 Weber Informatics LLC | Privacy Policy