PHP string str_pad() Function The str_pad() is in-built PHP function which is use to pad a string to a certain length. It…
file
-
-
PHP String quoted_printable_decode() Function The quoted_printable_decode() function is a built-in function of PHP, which converts a quoted-printable string to an 8-bit string.…
-
PHP String substr_compare() Function The substr_compare() is a built-in function of PHP, which helps to compare the two strings from a specified…
-
Reverse String A string can be reversed either using strrev() function or simple PHP code. For example, on reversing TutorAspire it will…
-
PHP convert_uudecode() Function PHP convert_uudecode() function is predefined string PHP function , which is used to decode a uuencoded string. It returns…
-
PHP string levenshtein() Function PHP string levenshtein() function is in-built function. It is used to calculate the distance between two strings. By…
-
PHP String sscanf() Function The sscanf() is predefined PHP function. It is used to return parses input from a string according to…
-
PHP fprint() Function PHP fprint() function is used to write a formatted string to a stream. In another words we can say…
-
MVC in JSP MVC in JSP Example of following MVC in JSP MVC stands for Model View and Controller. It is a…
-
PHP String substr_replace() Function The substr_replace is an in-built function of PHP, which replaces a part of the string with another text…