Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string-literals

Escape braces in C# interpolated raw string literal

What is the diffrence between char *str="this is a string" from char *str = strdup("this is a string") in C

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

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

Does GAS support string literals as numeric constants like NASM does? [duplicate]

Custom String Literals

Is assigning string literal to mutable char* legal on newer language revisions or just warned against by compilers?

Creating a compile time string repeating a char n times

Is strlen Optimized out for String Literals?

How to check if a string passed as argument is a modifiable string

Why does std::views::split() compile but not split with an unnamed string literal as a pattern?

Storage of String Literals in memory c++

PostgreSQL - WHERE clause not working - Column name not found [duplicate]

MSVC accepts std::string array initialized with string literal but gcc and clang rejects

NSString: Why use static over literal?

What is the purpose of the single quotes in this regex expression?

c# .net regex string-literals

How to use Golang custom scanner string literals and expand memory to load entire file into memory?

go string-literals

Change value of character pointer

Modifying string literal passed in as a function

C: Assert that an expression is a string literal