Search code examples
How can I update previous object keys while iterating through a single loop?...


javascriptstringalgorithmobjectparsing

Read More
Are mysql_real_escape_string(trim($data)) or htmlspecialchars($data) suitable for sanitizing data bo...


phpstringsanitization

Read More
Is it possible to write a Swift function that replaces only part of an extended grapheme cluster?...


swiftstringreplaceemojiunicode-string

Read More
Why does a non-match on an empty string with PHP's sscanf() return -1 instead of 0?...


phpstringscanfstring-parsing

Read More
Why isn't string comparison returning true?...


objective-cstringequality

Read More
What is the difference between UTF-32 and UCS-4?...


stringunicodeencodingcharutf

Read More
C: If a substring exists inside a string, then change the small letters in the string to capital let...


carraysstringpointerssubstring

Read More
Python: using recursion to see if one string is a rotation of another...


pythonstringrecursionrotation

Read More
Program to find the number of 'a' in a string that is repeated n characters?...


javastringcharsubstring

Read More
Fastest way of deleting a value in a comma separated list...


phparraysstring

Read More
Standardize the number of spaces on both sides of a delimiter in a string...


phpregexstringreplace

Read More
Why does comparing each of C# Dictionary Key/Value pair gives different result, than comparing Dicti...


c#.netstringdictionaryequality

Read More
Remove a whole value from a comma separated string without leaving unwanted commas...


phpstringcsvreplace

Read More
What is the syntax for a multiline string literal?...


stringrustsyntax

Read More
How can I check whether a string variable is empty or null in C#?...


c#stringisnullorempty

Read More
How to search and replace text in a file...


pythonpython-3.xstringfilereplace

Read More
Parse the lines of a predictably formatted text file...


phpregexstringtext-parsingfileparsing

Read More
How can I iterate through the unicode codepoints of a Java String?...


javastringunicode

Read More
Why invokedynamic-based String concatenation is not available for javac in java.base...


javastringperformanceconcatenation

Read More
Plural String Formatting...


pythonstringcustomizationstring-formatting

Read More
Why is `str` encapsulated inside `String` instead of inside a `Box<str>`?...


stringrustsmart-pointers

Read More
Is there any use for `str` in Rust?...


stringrustownership

Read More
Hexadecimal string to byte array in C...


cstring

Read More
How to explain different results of lengthOfBytesUsingEncoding for an character like U+1F60E versus ...


stringswift

Read More
How to access specific characters in a string based on their position in the string...


phparraysstringoffset

Read More
How to check whether every character is alpha-numeric in PHP?...


phpstring

Read More
C++ faster way to do string addition?...


c++stringperformanceconcatenation

Read More
How to extract the integers from a string formatted as dynamicWordIntegerStaticWordInteger...


phpstringtext-extractionstring-parsing

Read More
How can I convert a std::string to int?...


c++stringinteger

Read More
How to capitalize the first letter of a string in dart?...


stringflutterdartlettercapitalize

Read More
BackNext