Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string

Python: How to force a "print" to use __unicode__ instead of __str__, or otherwise naturally "print" the message without explicitly calling unicode()

Truncate string with HTML tags in it

php html string tags php-5.3

Writing a generalized function for both strings and lists in python

Search for cyclic strings

Declaring hardcoded std::string causes buffer overflow

Implement PHP string xor with JavaScript

php javascript string xor

C++, Order map content based on second iter

c++ string iterator int

Sort strings, first letters first, then letters inside words

php string sorting

SQL compare string

Generate random string based on Regex?

ruby regex string random

Compile time check that string to enum map is complete

c++ string map c++11 enums

Printing a mixed type dictionary with format in python

JavaScript Symbol type: (non-string object keys)

MySQL decimal fields returned as strings in PHP

php mysql string casting decimal

Best way to modify an existing string? StringBuilder or convert to char array and back to string?

java string

Efficient parsing of integers from substrings in Java

java string parsing int

Finding the longest repeated substring without suffix arrays or suffix trees

string algorithm

Append literal string (plain text) to XPath result

string text xpath literals

Is strlen on a string with uninitialized values undefined behavior?

c string strlen

C: char vs. unsigned char for non-ASCII text data

c string unsigned-char