Search code examples
Regular expression (^|[^A-Za-z0-9])Trump([^A-Za-z0-9]|$) meaning...


python-3.xregexpandasstringpython-re

Read More
Which is better to check if a character exists in a std::string? find or find_first_of?...


c++stringalgorithmperformancestl

Read More
Python print indentations...


pythonstringprinting

Read More
Which one is better string.Equals() or == , in case of checking the equality of two strings in C#?...


c#stringc#-4.0equality

Read More
.NET StringBuilder - check if ends with string...


c#.netstringstringbuilder

Read More
Storing and using strings of varying length (ADA)...


stringstoreadabox

Read More
test equality of 2 string on python error...


pythonstring

Read More
Why there are empty spaces in the middle of the string returned by re.split()?...


pythonregexstring

Read More
Format a date string in javascript...


javascriptstringcustomization

Read More
Whats the difference between using String.Equals(str1,str2) and str1 == str2...


c#stringequality

Read More
Parse a formatted string into two parts based on the last occurring delimiter...


phpstringsplittext-parsing

Read More
Retrieving verb stems from a list of verbs...


pythonregexstringlistnlp

Read More
Using C++, trying to find the largest word in a vector using a for-loop and std::max...


c++stringfor-loopvectormax

Read More
Why is a string printed as a unicode character rather than readable text in C#?...


c#stringunicodechar

Read More
VBScript - Capitalize first letter of each word...


stringvbscriptcapitalize

Read More
Put quotes around a variable string in JavaScript...


javascriptjquerystring

Read More
Getting true in equal() when more characters look like...


c#string

Read More
How can I get the longest string that contains the most occurrences of a character in a list...


c#stringlinq

Read More
Compare two strings in Ant...


stringant

Read More
explode() containing regex metacharacter \s does not match literal spaces...


phpstringexplode

Read More
How to split a string by any of multiple single-character delimiters...


phpregexstringsplit

Read More
Can you have variables within triple quotes? If so, how?...


pythonstringformatting

Read More
Replace consecutive repeated characters with the number of repetitions followed by the character...


phpstringreplacecharactercounting

Read More
A Rust statement I'm reading is difficult to understand for me. Can you explain it?...


stringrusthashmap

Read More
Parsing file with find gives strange results with different files...


c++stringparsing

Read More
How to use unsafe get a byte slice from a string without memory copy...


stringperformancegoslice

Read More
Why can I compare a String to a &str using if, but not when using match?...


stringrustmatchliterals

Read More
getting numeric chars out of string...


phpstring

Read More
How to check if a String contains any letter from a to z?...


c#windowsstringchar

Read More
Java String split() on text containing 3 delimiters results in 3 strings instead of 4...


javastringsplit

Read More
BackNext