Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string

python find repeated substring in string [closed]

python string substring repeat

In Qt; what is the best method to capitalise the first letter of every word in a QString?

c++ regex string qt qstring

jsonObject as string - searching for regular expression to remove password field

java regex string

How to get a '&str' from a NUL-terminated byte slice if the NUL terminator isn't at the end of the slice?

string rust

Are strings cached?

python string

How to correctly write a raw multiline string in Python?

string.rstrip() is removing extra characters

python string python-3.x

Compare strings in numba-compiled function

python string numba

How do I check if a string contains a certain character?

constructing string from NULL?

c++ string c++17

Array of Strings in Fortran 77

question about javascript string's replace method

Example of when the culture parameter of string.Equals (c#) actually makes a difference?

c# string

In Perl, can I treat a string as a byte array?

perl string binary

String reversal in C++

c++ c string

Performance comparison of immutable string concatenation between Java and Python

Rails Object#blank? vs. String#empty? confusion

ruby-on-rails ruby string

Return string of minimum length in MySQL database

mysql string

Can I read any readable valid memory location via a (unsigned) char* in C++?

Why is [Char]-based input so much slower than the [Char]-based output in Haskell?

string performance haskell io