DEV Community

Discussion on: Which String methods you wish JavaScript API had?

Collapse
 
thi3rry profile image
Thierry Poinot • Edited

I usually have str_pad from locutus lib (previously phpjs) that I use to log things in nodejs console without other lib requirements : locutus.io/php/strings/str_pad/ind...