Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string

C# object to string and back

c# string object

Fast way in PHP to check if a value is in MySQL datetime format?

php string

string.lower in Python 3

python string python-3.x

std::string to LPCTSTR

c++ windows string

find vs find_first_of when searching for empty string

c++ string stl

Convert String to NSDecimalNumber

Is there a simple way to generate the lowercase and uppercase English alphabet in Rust?

string rust

How do I set the text of an EditText to an Int?

android string kotlin int

How to remove first and last character of a string in Rust?

string rust

Engineering notation in C#?

c# string

Need to convert String^ to char *

string c++-cli char

something like a python's triple-quote in F# (or C#)?

c# python string f#

Unicode string with diacritics split by chars

strcat() for formatted strings

c string concatenation printf

Function to generate a random password

r string random

Extract range of elements from char array into string

c++ arrays string c++11 stdarray

How to remove numbers from a String in Swift

swift string numbers

How do you embed double-quotes an Elixir string?

string elixir double-quotes

Number to string with leading (left padded) zeros in Julialang

string julia leading-zero

Pass C# string to C++ and pass C++ result (string, char*.. whatever) to C#

c# c++ string interop