Question: A) Write a function named isWhiteSpace() that accepts a character and returns true if it is a white space, false otherwise. Use a RegExp. Hint:
A) Write a function named isWhiteSpace() that accepts a character and returns true if it is a white space, false otherwise. Use a RegExp. Hint: \s - Matches a single white space character, including space, tab, form feed, line feed.
I really cannot figure this one out.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
