Luiz Américo
e51a424513
Fix string methods to handle empty values ( #4442 )
...
* Enable strings category methods tests
* Ensure escape, pad, padEnd, padStart, trim, trimEnd, trimStart, unescape return an empty string for falsey values
* Coerce value to string using toString in truncate, capitalize and case methods
* Ensure createCaseFirst returns an empty string for falsey values
2019-08-26 06:13:55 -07:00
Nazar Mokrynskyi
e23c874272
Tiny performance improvement by not compiling regular expression each time ( #3479 )
2017-11-07 06:32:08 -08:00
John-David Dalton
d10b44bdef
Adjust spacing in template string expressions.
2017-04-08 22:41:48 -07:00
John-David Dalton
d7bdf0ae25
Remove createCompounder.
2017-03-26 21:38:25 -07:00
John-David Dalton
6cb3460fce
Remove semicolons.
2017-02-05 22:22:04 -08:00
John-David Dalton
be6a50b0ed
Cleanup tag order.
2017-01-19 11:45:31 -08:00
Bert Verhelst
401016d260
Add related function for each module. [ closes #2932 ]
2017-01-16 23:51:23 -08:00
John-David Dalton
3b990b7916
Minor formatting nits.
2017-01-10 21:08:02 -08:00
John-David Dalton
8c97051909
Remove “static” jsdoc tag.
2017-01-10 01:09:46 -08:00
John-David Dalton
26ea38dcf4
Move internal modules to “internal” folder.
2017-01-10 00:45:05 -08:00
John-David Dalton
77cc37ba49
Remove references to _.
2017-01-09 17:38:33 -08:00
John-David Dalton
dc687c1d85
Apply even more let/const transforms.
2017-01-09 13:00:52 -08:00
John-David Dalton
7167d7e09f
Apply arrow function transform.
2017-01-06 15:41:39 -08:00
John-David Dalton
2900cfd288
Modularize master branch.
2017-01-06 07:51:22 -08:00