Menu

📰
0

Can I remove all whitespaces from a string?

Reddit r/learnjavascript·u/sushiiixo-·about 1 month ago
#TbUAmSCm
Reading 0:00
15s threshold

I'm making a website for my assignment and for that I will need to verify that a credit card number is in a valid format (all numbers and 16 digits long). However it is common for people to enter credit card details with spaces every 4 numbers. I'm wondering if there's a way to remove all whitespaces from the number? Either that or make my regex command ignore whitespaces entirely.

Read More