What is the regular expression to match a whitespace character in a string?
Answer options
A
True
B
False
Correct answer: True
Explanation
Quick AnswerThe correct answer is True because it directly addresses the core logic of Java Programming.
\s matches any whitespace character.