Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string

Java String hashCode of null string

java string static null

Why does the following example seem to refute that Strings are immutable objects in Java?

java string mutable

python: split string after a character

python regex string

Concatenate dictionary keys separated by comma's

Efficient way to replace strings in java

java string

Python split function. Too many values to unpack error

python string

Reversing a string in Swift 4.2

ios swift string swift4.2

What's the best way to read the contents of a text file to a string in .NET?

.net string text-files

How do I declare an array of strings in C++?

c++ string

Parsing a string in c#

c# xml string linq-to-xml

How do I assign a numerical value to each uppercase Letter?

python string

Longest word in a string

php string

Replacing a %20 with a space in Ruby

ruby arrays string

Better way for the special concatenation of two strings

c# javascript asp.net string

In Java, what's the fastest way to "build" and use a string, character by character?

java string variables byte

How might I define a character or string constant in C# for ASCII 127?

How to remove slash from string in C#

c# string slash

Regex to match Number of 1-3 Digits After a Known String in Ruby

ruby regex string numbers

How slow is passing large strings as return values in C#?

c# string

Remove \n from triple quoted string in python

python string python-3.x strip