Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string

C Strings Library

c string unicode char

elegant way to match two wildcarded strings

Problem with Ruby string concatenation

ruby string

Understanding the efficiency of an std::string

(How) can I use the Boost String Algorithms Library with c strings (char pointers)?

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