Closed strdr4605 closed 4 years ago
Currently, default values for upper and lower options are null, but in jsdocs type is set to string or RegExp. Probably this is not correct.
null
string
RegExp
Change the default value to be the empty string ''.
''
Description (Motivation)
Currently, default values for upper and lower options are
null
, but in jsdocs type is set tostring
orRegExp
. Probably this is not correct.Possible solution
Change the default value to be the empty string
''
.TODO: