Java Email Validation In designing forms, email plays an important role. The email can be of our username or login id. An…
string
-
-
PHP chunk_split() Function PHP chunk_split() function is used to splits a string into smaller parts or chunks. The function does not alter…
-
Java Interpreter Java is a platform-independent programming language. It means that we can run Java on the platforms that have a Java…
-
Java String charAt() The Java String class charAt() method returns a char value at the given index number. The index number starts…
-
Java String toLowerCase() The java string toLowerCase() method returns the string in lowercase letter. In other words, it converts all characters of…
-
PHP string crypt() Function The crypt() is predefined PHP string function. It is used to returns a hashed string by using DES,…
-
Java SHA SHA is an abbreviation for Secure Hash Algorithm. In Java SHA and is one of the most prevalent cryptographic hash…
-
PHP String strtr() function The strtr() is an in-built function of PHP, which is used to replace a substring inside the other…
-
PHP String substr() Function The substr() is a built-in function of PHP, which is used to extract a part of a string.…
-
PHP addcslashes() Function PHP addcslashes() function is used to add quote string with slashes in a C style. It is case-sensitive Syntax:…