Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string

Why are strings copied in .NET?

.net string

How can I use pointers to display strings in an array?

c pointers string

Most efficient way to convert a string to 2 decimal places in C#

c# string

iPhone: Problems with Formatted String (Objective C)

In .Net, "most terse" way to check if string is one of multiple values?

.net string

Is there a string-collapse library function in python?

python string line-breaks

How do I write a function to permanently change a passed string

c string function

Remove preceding spaces and tabs from a given string in C language

c string tabs spaces

Convert and merge strings into a list in Python

python string list

Creating a stack of strings in C

c string stack

Python string decoding issue

Best way to sanitize content with PHP?

php html string sanitize

Replacing few different characters in a string

c# .net string replace

Convert DateTime to string with format YYYYMMDD

Converting relative paths to absolute paths C#

c# string path uri

String Algorithm Question - Word Beginnings

algorithm string

How to implement a "EndsWith" on a string?

javascript string

coldfusion string comparison

How to safely split strings?

c# .net-3.5 string

What formatter pattern should I use to get '00123', '00001' strings from numbers '123' and '1' correspondingly?