Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string

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

Profiling Java char[] and Strings

Convert a String to an Activity class

String.Format with curly braces

C++: How do I split a string into evenly-sized smaller strings?

c++ string algorithm

Is there a difference between `%`-format operator and `str.format()` in python regarding unicode and utf-8 encoding?

Matching optional parameters with non-capturing groups in Bash regular expression

regex string bash text-parsing

lossless conversion of float to string and back: is it possible?

Is String#pluralize idempotent?