8f24d6a 7 years ago
1 contributor
3 lines | 0.08kb
define(function() {
	return (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source;
});