Search code examples
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
C compiler ??) replacement...

c++stringvisual-studiostring-literals

Read More
How to write a multi-line string literal...

c++string-literalsrawstring

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

pythonwarningsstring-literalsquotingpython-3.12

Read More
TS type that requires string literal in the array/tuple...

typescriptstring-literals

Read More
What's the "E" before a Postgres string?...

postgresqlpostgisstring-literalswkb

Read More
Where is OCaml's alternative string syntax {|...|} documented?...

syntaxocamlstring-literals

Read More
Using quotation marks inside quotation marks...

pythonsyntaxstring-literalsquoting

Read More
How can I generate a preprocessor definition using arithmetic?...

c++cmacrosc-preprocessorstring-literals

Read More
Syntax of printf in C...

cprintfimplicit-conversionstring-literals

Read More
c++17 User-defined literals strange behavior for sequence of strings...

c++c++17language-lawyerstring-literals

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

stringgoquotesstring-literalsbackticks

Read More
Since a string literal is considered an lvalue, why must the binding lvalue reference be const?...

c++referencelanguage-lawyerstring-literalslvalue

Read More
How to remove leading white-space in multi-line raw string-literals...

c++string-literals

Read More
Is there C# raw string with delimiter like in C++?...

c#c++stringstring-literalsrawstring

Read More
C# string with multiple double quotes & "/" slashes...

c#stringdouble-quotesstring-literals

Read More
Why do string literals (char*) in C++ have to be constants?...

c++cpointersstring-literals

Read More
Python: SyntaxError: EOL while scanning string literal...

pythonstringsyntax-errorstring-literals

Read More
Powershell, write creation of environment variables to file...

powershellstring-literals

Read More
Passing a string literal to a template char array parameter...

c++c++20constexprstring-literalscompile-time

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

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

Read More
Remove all hash symbols in a string...

phpreplacestring-literalssanitization

Read More
Removing two blacklisted characters from a string...

phpreplacestring-literalssanitization

Read More
How to match literal parentheses in a string...

phpregexescapingstring-literalsparentheses

Read More
What is the difference between a regular string and a verbatim string?...

c#resharperstring-literalsrawstringverbatim-string

Read More
how to allow long Raw string literals to be compiled without separate resource files...

c++visual-c++c++17string-literals

Read More
BackNext