Home »
MCQs »
MooTools MCQs
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?
- !
- ~
- $
- ^
Answer: C) $
Explanation:
The Regex '$' is a special operator that checks the regular expression at the end of a string.