Search code examples
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
Why are emoji characters like 👩‍👩‍👧‍👦 treated so strangely in Swift ...


swiftstringunicodeemoji

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
Why does '$true -eq "string"' returns $true?...


stringpowershellbooleancompareequality

Read More
Comparing two strings, ignoring case in C#...


c#stringcomparisonequality

Read More
Strings in C++ class file for Arduino not compiling...


c++stringarduino

Read More
What's the rationale for null terminated strings?...


c++cstringnull-terminated

Read More
C# - Compare one string variables to multiple other string (String.Equals)...


c#stringequality

Read More
How do I use boost::algorithm::join to join a container of strings?...


c++stringboostjoin

Read More
BackNext