Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string

Java - tell if a String is interned?

java string

In C++, what's the fastest way to replace all occurrences of a substring within a string with another string?

How to check if a key in a Map starts with a given String value

java string map

String intern puzzles [duplicate]

java string

when I use strlcpy function in c the compilor give me an error

c string gcc linker

SELECT MySQL field that contains a substring [duplicate]

mysql sql string

Implement a function to check if a string/byte array follows utf-8 format

java string utf-8

Is string interning done at compile time in Java? [duplicate]

java string equality

Is there a way to trim a String without allocating another one?

string rust trim

Scala String toInt - Int does not take parameters

string scala integer

C: Why allocate string length in powers of 2?

c arrays string memory

Turning temporary stringstream to c_str() in single statement

Suppressing treatment of string as iterable

How can C#'s string.IndexOf perform so fast, 10 times faster than ordinary for loop find?

c# string search indexof

String.split() --- How do I treat consecutive delimiters as one?

java string split delimiter

Copy and Paste String (Persian, Arabic) in PHPStorm is Wrong

`std::string` allocations are my current bottleneck - how can I optimize with a custom allocator?

Given a word, convert it into a palindrome with minimum addition of letters to it [closed]

string algorithm palindrome

PHP - Find a string in file then show it's line number

php string numbers find line

string_view behaviour when passing temporary std::string