Plato on Github
Report Home
src/css/var/rnumnonpx.js
Maintainability
85.21
Lines of code
7
Difficulty
3.33
Estimated Errors
0.02
Function weight
By Complexity
By SLOC
define( [ "../../var/pnum" ], function( pnum ) { "use strict"; return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); } );