Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string

In C, is it more space efficient to declare a 2 dimensional array of chars or a ragged array of strings? (specific question below)

c arrays string performance char

When is `string.swapcase().swapcase()` not equal to `string`?

Extracting values of a string with str_detect

r string detect

What does initializing a string to {0, } do?

c string initialization

Best way to format string in C++ [duplicate]

c++ string c++17

How to merge string options to a single string option in fsharp?

string file f# option-type

How do I extend a HashSet<String> with another HashSet<String>? [duplicate]

string rust hashset ownership

Incrementing specific numbers contained within a string

javascript string increment

Convert array of type either float or strings to int type in Julia (Replicating int() from Python)

How to reduce time complexity in traversing a string?

Constrain or subtype an Unbounded_String in Ada with rules?

string constraints ada

Sorting words in a string by their length in J

string sorting j

Split a string and check if all elements are unique in R

r string split

Why print returns \\, not a escape character \ in Python

python string format encode

regex character appearing exactly two times

javascript regex string

How to create combination of strings in R

r string vector combinations

How to reduce a string by another string in Python?

python string

concatenating unknown-length strings in COBOL

string cobol

Comparing Two Strings producing a numeric delta

string comparison

Concat strings and numbers in C++?

c++ string