rcssNum.js 121 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7
define( [
	"../var/pnum"
], function( pnum ) {

return new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" );

} );