Home »
MCQs »
MooTools MCQs
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 ____?
- use the option 'I' when using the test function.
- use the option 'CaseSenstive' when using the test function.
- use the option 'remove' when using the test function.
- 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.