nerdexam
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)
  • A
    13% (4)
  • B
    10% (3)
  • C
    3% (1)
  • D
    73% (22)

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice