Challenge Find White Space With Regular Expressions - thelastmile/FreeCodeCamp GitHub Wiki
Challenge Find White Space with Regular Expressions
We can also use selectors like\s
to find spaces in a string.
It is used like this:
/\s+/g
We can also use selectors like\s
to find spaces in a string.
It is used like this:
/\s+/g