[Proposal]: Raw string literal #8647
Labels
Implemented Needs ECMA Spec
This feature has been implemented in C#, but still needs to be merged into the ECMA specification
Proposal champion
Milestone
Raw string literal
Summary
Allow a new form of string literal that starts with a minimum of three
"""
characters (but no maximum), optionally followed by anew_line
, the content of the string, and then ends with the same number of quotes that the literal started with. For example:Design meetings
The text was updated successfully, but these errors were encountered: