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