Search code examples
Can't convert to Lower/uppercase a char* pointer using a loop in C without toupper...


ccharc-stringsstring-literalstolower

Read More
PHP string constants overuse?...


phpdesign-patternsconstantsanti-patternsstring-literals

Read More
How can a string object be built from a string literal?...


pythonstringobjectstring-literals

Read More
What is the difference between string literals and string values?...


pythonstringstring-literals

Read More
Is it possible to insert escape sequence in a raw string literal?...


c++string-literals

Read More
How does strlen works in this case?...


cescapingc-stringsstring-literalsstrlen

Read More
How to create multi level array which uses literal strings (Javascript)?...


javascriptmultidimensional-arraystring-literals

Read More
Should a null character string be equal to a null-terminator in C?...


cpointersinitializationfreestring-literals

Read More
Creating a new column based on the key of a dictionary?...


pythonpandasstring-literalsdata-wrangling

Read More
Why do I only have to escape the last backslash in a string literal?...


pythonpython-3.xescapingpython-3.7string-literals

Read More
g++ wchar_t string litteral is not of expected type...


c++string-literalswidechar

Read More
static const char* VS const char* in C...


cmemorystaticstring-literals

Read More
How is array of string literal in C stored?...


cstringpointersmemorystring-literals

Read More
c++ does static allocation of string literals apply to any const char *...


c++string-literals

Read More
TypeScript resuse string literals?...


javascripttypescriptstring-literals

Read More
How to pass string literal into a filter function in javascript...


javascriptstring-literals

Read More
Decide if const char* is a string literal or a variable...


c++winapistring-literals

Read More
Literal quote mark in HTML input value...


javascriptjquerystring-literals

Read More
Comparison between pointer and integer in string class - C++...


c++pointerscharimplicit-conversionstring-literals

Read More
C++ specialized template function receiving literal string...


c++templatestemplate-specializationstring-literals

Read More
Got segmentation fault on printing a String...


carrayssortinginsertion-sortstring-literals

Read More
error: invalid conversion from 'int' to 'const char*' [-fpermissive] with a system c...


c++string-literals

Read More
Convert javascript string to an array...


javascriptarraysliteralsstring-literals

Read More
Memory allocation when creating new String as literal/new Object...


javastringstring-literals

Read More
Reference to string literals in Go...


stringpointersgostring-literals

Read More
Why does const char[] get converted to const char* all the time?...


c++string-literals

Read More
Do useless backslashs produce well-defined string constants?...


c++cescapingportabilitystring-literals

Read More
Segmentation Fault accessing string in another function...


csegmentation-faultreversec-stringsstring-literals

Read More
Why does my if statement work, but my else doesn't?...


cif-statementstring-literals

Read More
How do I turn literal escapes into "real" escapes, so that they are printed "correctl...


c++string-literals

Read More
BackNext