Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 759 Bytes

summary-of-string-literals.md

File metadata and controls

32 lines (27 loc) · 759 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs ms.assetid caps.latest.revision author ms.author manager
Summary of String Literals | Microsoft Docs
11/04/2016
cpp-language
article
C++
d2693900-f4e2-4820-b7de-085d51827aee
8
mikeblome
mblome
ghogen

Summary of String Literals

string-literal:
' s-char-sequence opt**'**

L' s-char-sequence opt**'**

s-char-sequence:
s-char

s-char-sequence s-char

s-char:
any member of the source character set except the double-quotation mark ("), backslash (\), or newline character escape-sequence

See Also

Lexical Grammar