Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 11, 2023 06:53 pm GMT

4 different ways of removing spaces from a string

4 different ways of removing spaces from a string, sorted by cleanliness.

4 different ways of removing spaces from a string

The replaceAll() method was introduced in ES2021 and I feel it is still underused because many still dont know about its existence. The last 2 are for educational purposes, they work but we should prefer the replaceAll() or replace() methods for this type of operation.

If you have any topic that you would like me to cover please leave a comment. And, remember to have fun playing with JS!

Thanks! Hopefully it was useful! For more short-format content on JavaScript like this, follow on Instagram or Twitter!


Original Link: https://dev.to/capeladev/4-different-ways-of-removing-spaces-from-a-string-29kg

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To