Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string

Last substring of string

java string

Perl - Is it good practice to use the empty string as false?

perl string

C# String Array Replace Last Element

c# arrays string replace

PHP - String manipulation remove spcial characters and replace spaces

php string

Getting an array of all 1 character long substrings of a given String using split

java arrays string

C++ Equivalent of strncpy

c++ string

minimize length of string in C#

c# string

Convert a String to generic type

java string generics

How can I separate the server name from the port number in a string?

string delphi email

Why is '362' > 378? [duplicate]

splitting a string every 4 characters and then put those into new variables?

php string

How to convert string to string array in VB.NET?

.net vb.net arrays string

Delete one part of the String

java string get

Regex : Match 1 to 60 or all

php regex string

how to convert array of integers into hex string and vice versa in javascript

Perl: Print on the "display" and also into a file

string perl file printing

How do I split text into key-value pairs?

ruby string parsing

When working with a C API, use character arrays or use strings and convert as needed?

c++ arrays string

How to prevent user from reading strings stored in a binary?

c++ c linux string elf

How to convert hexadecimal "string" into actual hexadecimal value in .NET? [duplicate]