HOME


Mini Shell 1.0
DIR:/usr/local/cwpsrv/var/services/pma_27-07-2024.bak/js/jquery/src/jquery/var/
Upload File :
Current File : //usr/local/cwpsrv/var/services/pma_27-07-2024.bak/js/jquery/src/jquery/var/rnothtmlwhite.js
define( function() {
	"use strict";

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