Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string

Can I use regular expressions with String.Replace in C#?

c# regex string text matching

Stripping a phone number of its parenthesis, spaces, and hyphens in PHP?

php regex string formatting

Concatenating elements in an array to a string

java arrays string converter

Get filename from string path in javascript?

javascript regex string

Check whether $_POST-value is empty

php if-statement string

How do I check whether a value in a string is an IP address

How do format a phone number as a String in Java?

How to capitalize the first word of the sentence in Objective-C?

Fastest way to replace multiple strings in a huge string

c# string performance replace

Is there any way to get vim to auto wrap python strings at 79 chars?

python vim string word-wrap

When to use Rabin-Karp or KMP algorithms?

Bash: manipulating with strings (percent sign)

string bash parameters

What is the Big-O of String.contains() in Java?

java string big-o contains

Is there an equivalent to the Scanner class in C# for strings?

Best way to format a date relative to now on Android

android string date

Python string 'in' operator implementation algorithm and time complexity

String concatenation complexity in C++ and Java [duplicate]

Java8 Streams - Remove Duplicates With Stream Distinct

java string java-8 java-stream

Is regex too slow? Real life examples where simple non-regex alternative is better

Extending builtin classes in python