Which of the following is a special operator that checks the regular expression at the end of a string?

23. Which of the following is a special operator that checks the regular expression at the end of a string?

  1. !
  2. ~
  3. $
  4. ^

Answer: C) $

Explanation:

The Regex '$' is a special operator that checks the regular expression at the end of a string.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.