www.javaniceday.com
Home
Node.js
Java
Salesforce
Posts
Tags
About
Frandom
util
Transform a JSON object keys and values to lower case
Andrés Canavesi
-
Sep 08, 2021
js
utils
dev
Detect if a string is a number with regex
Andrés Canavesi
-
Aug 28, 2020
How to know if a string is a number in JavaScript using a regular expression
js
regex
util
dev
Clean up more than two spaces and new lines with regex
A simple JavaScript method that removes all newlines and multiple spaces from a given text
Andrés Canavesi
-
Aug 28, 2020
A simple JavaScript method that removes all new lines and multiple spaces (including tab spaces) by a single space
js
utils
regex
dev
Compress a file in Node.js
Andrés Canavesi
-
Jul 27, 2020
Zip a file in Node.js it's easy using zlib
nodejs
utils
dev
zip
zlib