UNPKG

jquery

Version:

JavaScript library for DOM operations

13 lines (9 loc) 174 B
define( [ "./whitespace" ], function( whitespace ) { "use strict"; return new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ); } );