Search code examples
Computing length of a C string at compile time. Is this really a constexpr?...


c++c++11standardsconstexprstring-literals

Read More
Why write “<\/script>” with a backslash inside a string literal?...


javascripthtmlescapingstring-literals

Read More
Passing a string literal as a non-type argument to a class template...


c++templatesstring-literalsc++-templatesnon-type-template-parameter

Read More
How to write a single quote within a single-quoted string literal?...


javascriptescapingstring-literals

Read More
How to turn a string into a string-literal form?...


javascriptstringstring-literals

Read More
What is the difference between « 'url(' + variable + ')' » and « &quo...


javascriptstring-literals

Read More
Powershell -replace when replacement string contains $+...


powershellreplacestring-literals

Read More
How do I comment out a code block in Tcl?...


tclcommentsstring-literals

Read More
Why allow concatenation of string literals?...


pythonc++cdstring-literals

Read More
Powershell to set multi-line legalnoticetext in registry - Windows 10...


powershellmultilinestring-literals

Read More
What is the difference between backticks (``) & double quotes ("") in golang?...


stringgoquotesstring-literalsbackticks

Read More
How to hide the raw string literal indentation line in VS2022?...


c#visual-studiosyntax-highlightingstring-literals

Read More
python psycopg cursor : str is not assignable to LiteralString...


pythonpsycopg2string-literals

Read More
What difference does it make to surround string literals with multiple quotation marks?...


pythonstring-literalsdouble-quotes

Read More
How to write a string literal containing both single and double quotes?...


pythonstringstring-literals

Read More
Types from array of strings, need a string literal to pass into a function...


ruststring-literals

Read More
Python 3.12 SyntaxWarning: invalid escape sequence on triple-quoted string, `\d` must be `\\d`...


pythonwarningsstring-literalsquotingpython-3.12

Read More
Is assigning string literal to mutable char* legal on newer language revisions or just warned agains...


cconstantslanguage-lawyerdeprecatedstring-literals

Read More
Returning const char* from a string literal in C++?...


c++c++17string-literalsconst-char

Read More
How to split a string literal across multiple lines in C / Objective-C?...


cobjective-cstring-literals

Read More
Indentation aware raw string literals...


c++c++17c++20string-literals

Read More
Syntax problem in my C++ code: deprecated conversion from string constant to 'char*'...


c++constantsc-stringsstring-literalsfunction-declaration

Read More
Are string literals immutable?...


rustimmutabilitystring-literals

Read More
'_T' was not declared in this scope?...


c++macrosincludeg++string-literals

Read More
How to check a string literal in static_assert?...


cstring-literalsstatic-assert

Read More
Memory usage of literal strings in C...


cstringmemorystring-literals

Read More
Escape braces in C# interpolated raw string literal...


c#stringstring-literalsstring-interpolationc#-11.0

Read More
Is there a way to forbid line breaks inside single and double-quoted strings?...


postgresqlsyntax-errornewlinestring-literals

Read More
Defining string literal constants once both as char const* and wchar const*...


c++macrosconstexprstring-literalscompile-time

Read More
How to embed hex values in a lua string literal (i.e. \x equivalent)...


stringluaescapinghexstring-literals

Read More
BackNext