PHP string strcasecmp() function PHP string strcasecmp() is predefine function. It is used to compare two given string. It is binary safe…
join
-
-
Python String Casefold() Method Python Casefold() method returns a lowercase copy of the string. It is more simillar to lowercase method except…
-
Python String rjust() Method Python rjust() method right justify the string and fill the remaining spaces with fillchars. This method returns a…
-
Python String capitalize() Method Python capitalize() method converts first character of the string into uppercase without altering the whole string. It changes…
-
Python String isprintable() Method Python isprintable() method returns True if all characters in the string are printable or the string is empty.…
-
PHP string strcoll() Function strcoll() is an inbuilt string function of PHP, which is used to compare two strings. It is a…
-
PHP string strip_tags() Function PHP string_tags() is predefine string function of PHP. It is used to strip HTML and PHP tags from…
-
Python String join() Method Python join() method is used to concat a string with iterable object. It returns a new string which…
-
Python String ljust() Method Python ljust() method left justify the string and fill the remaining spaces with fillchars. This method returns a…
-
PHP strlen() Function The strlen() function is predefined function of PHP. It is used to find the length of string or returns…