Part of a string, or the function/method that returns part of a string
In a Windows batch file, I have a string 'abcdefg'. I want to check if 'bcd' is in the string, …
string batch-file substring batch-processing findstrI am looking to get the filename from the end of a filepath string, say $text = "bob/hello/myfile.zip"; …
php substring filenames filepath text-extractionI'd like to get a few opinions on the best way to replace a substring of a string with some …
python string substring string-interpolationGiven that strings are immutable in .NET, I'm wondering why they have been designed such that string.Substring() takes O(…
c# .net string substring time-complexityI have a column with a lot of inconsistent strings. Some of them contain a substring with a consistent pattern …
regex postgresql substring regexp-substrI need to implement a way to search substring (needles) in a list of string (haystack) using Java. More specifically, …
java regex search substring search-engine