I want to make a space remover code in javascript. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

I want to make a space remover code in javascript.

If i add a some text in textarea. Like a How are you? What is this? My name is ashi. What are you doing? My new code. Its sololearn. And after click on submit button its show me all words like this without starting space. How are you? What is this? My name is ashi. What are you doing? My new code. Its sololearn.

29th Nov 2021, 4:13 PM
๐€๐ฒ๐ž๐ฌ๐ก๐š ๐๐จ๐จ๐ซ
๐€๐ฒ๐ž๐ฌ๐ก๐š ๐๐จ๐จ๐ซ - avatar
12 Answers
29th Nov 2021, 4:49 PM
Aakaanksha ๐Ÿ’• [TheBraveCoders]
Aakaanksha ๐Ÿ’• [TheBraveCoders] - avatar
+ 7
U can use: SomeString.replace(/ /g, "") to replace all space in a string
29th Nov 2021, 4:32 PM
Aakaanksha ๐Ÿ’• [TheBraveCoders]
Aakaanksha ๐Ÿ’• [TheBraveCoders] - avatar
+ 7
In HTML all the white space are ignored by default. You can use <pre> tag if you want your text as it is.
29th Nov 2021, 4:33 PM
zexu knub
zexu knub - avatar
29th Nov 2021, 4:40 PM
๐€๐ฒ๐ž๐ฌ๐ก๐š ๐๐จ๐จ๐ซ
๐€๐ฒ๐ž๐ฌ๐ก๐š ๐๐จ๐จ๐ซ - avatar
+ 3
Ayesha Noor You haven't defined your onclick function yet. Submit button is useless without that.
29th Nov 2021, 4:47 PM
zexu knub
zexu knub - avatar
+ 2
Aakaanksha ๐Ÿ’•, can be written much simpler: .replace(/^\ +/gm,"")
29th Nov 2021, 6:03 PM
Solo
Solo - avatar
+ 1
Please make a example
29th Nov 2021, 4:41 PM
๐€๐ฒ๐ž๐ฌ๐ก๐š ๐๐จ๐จ๐ซ
๐€๐ฒ๐ž๐ฌ๐ก๐š ๐๐จ๐จ๐ซ - avatar
+ 1
Akaanksha, can you plzzz make a one exapmle ?
29th Nov 2021, 4:42 PM
๐€๐ฒ๐ž๐ฌ๐ก๐š ๐๐จ๐จ๐ซ
๐€๐ฒ๐ž๐ฌ๐ก๐š ๐๐จ๐จ๐ซ - avatar
+ 1
Thanks so much.
29th Nov 2021, 5:34 PM
๐€๐ฒ๐ž๐ฌ๐ก๐š ๐๐จ๐จ๐ซ
๐€๐ฒ๐ž๐ฌ๐ก๐š ๐๐จ๐จ๐ซ - avatar
+ 1
Ephraim Please create a new question, not in a discussion. And to answer your question, HTML is important because it's basically how every website works.
1st Dec 2021, 5:08 AM
Boay.JS
Boay.JS - avatar
- 5
เคฏเคพเคฐ เคฎเฅเคเค•เฅ‹ เคฏเคนเคพเค เค•เฅเค› เคญเฅ€ เคธเคฎเค เคจเคนเฅ€เค‚ เค† เคฐเคนเคพ เคนเฅˆเฅค ๐Ÿ˜Œ๐Ÿ˜Œ๐Ÿ˜’๐Ÿ˜’๐Ÿ˜ฃ๐Ÿ˜ฃ๐Ÿ˜ฃ๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ
30th Nov 2021, 12:46 AM
Sarfraj Ahmad
- 5
Nice
30th Nov 2021, 9:25 AM
Saqib Khan
Saqib Khan - avatar