GIAC
GSSP-.NET · Question #281
(Topic 3) You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET Framework 2.0. You are using regular expression in the application to validate email, phone number, etc…
The correct answer is D. \u0020. See the full explanation below for the reasoning.
Question
- (Topic 3)
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET Framework 2.0. You are using regular expression in the application to validate email, phone number, etc. You are required to match a Unicode character using hexadecimal numbers. Which of the following character escapes will you use to accomplish the task?
Options
- A\cC
- B\x20
- C\040
- D\u0020
How the community answered
(30 responses)- A13% (4)
- B10% (3)
- C3% (1)
- D73% (22)
Community Discussion
No community discussion yet for this question.