Javascript Coding Challenge #4::Regular Expressions: Remove whitespaces in a given string -

preview_player
Показать описание
In this tutorial i will cover how to remove whitespaces not only at the start and end but also how to remove everywhere in a string .I cover trim() method ,match method and regex and replace method.

...

Рекомендации по теме
Комментарии
Автор

Thank you sir for your wonderful explanation

surenthiransengottuvel
Автор

thanks dude i was searching for this for a time

nestorymahunja
Автор

What if I have "you are watching LJMS channel" where there is more than one space between 'you' and 'are' and I want only one space?

isaacfrankental