Search code examples
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
What is the lifetime of a string literal returned by a function?...


c++clifetimestring-literals

Read More
What does it do to juxtapose string literals next to each other?...


cstring-literals

Read More
How to avoid duplication of string literal text in functions that accept different width characters ...


c++stringtemplatesstring-literalsuser-defined-literals

Read More
What is the backslash character (\\)?...


javastringstring-literals

Read More
Memory allocated for pointer to string literals...


arrayscpointersstring-literals

Read More
Initialisation of char array to string value, are the uninitialised indices set to null?...


c++arraysinitializationdeclarationstring-literals

Read More
BackNext