If you don't want a regular expression to be case sensitive then ____?

21. If you don't want a regular expression to be case sensitive then ____?

  1. use the option 'I' when using the test function.
  2. use the option 'CaseSenstive' when using the test function.
  3. use the option 'remove' when using the test function.
  4. use the option 'Ignore' when using the test function.

Answer: A) use the option 'I' when using the test function.

Explanation:

If you don't want a regular expression to be case-sensitive, use the option 'I' when using the test function.

Comments and Discussions!

Load comments ↻






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