Home »
MCQs »
MooTools MCQs
Which of the following is a special operator that checks the regular expression at the start of a given string?
22. Which of the following is a special operator that checks the regular expression at the start of a given string?
- !
- ~
- $
- ^
Answer: D) ^
Explanation:
The regex ^ is a special operator that checks the regular expression at the start of a given string.