While working with text processing we might need to capitalize the first letter of each word in a string. A table includes a links to posts with examples using different...
While working with text processing we might need to convert all lowercase characters in a string to uppercase. A table includes a links to posts with examples using different programming...
While working with text processing we might need to convert all uppercase characters in a string to lowercase. A table includes a links to posts with examples using different programming...
While working with text processing we might need to find the index of last occurrence of a substring in a string. A table includes a links to posts with examples...
While working with text processing we might need to find the index of first occurrence of a substring in a string. A table includes a links to posts with examples...
While working with text processing we might need to count number of occurrences of a substring in a given string. A table includes a links to posts with examples using...
There might be cases when we want to hide the part of content or display different content on mobile devices. Usually, we apply different rules for different devices on the...
While working with text processing we might need to get length of the given string. Programming languages provides various methods to do that. A table includes a links to posts...
Histogram equalization is a method in image processing that allows to adjust the contrast of an image using histogram. Histogram equalization transforms pixel intensity values so that the histogram of...