Which of the following regular expression will not work to find “C++”?

Options
- /C++/
- /C\+\+/
- /C\Q++\E/
- All of them would work


CORRECT ANSWER : /C++/

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement