Building a regular expression for a lexeme of the C++ language – describing string values (constant strings) [closed]

Construct a regular expression for a lexeme of the C++ language:

  • describing string values (constant strings):

example:

“”

“text”

“text and text”

“…”…”

“text nadditionalttextn”