PHP String Function
PHP String Function

Here we will look on some of the function of strings:strlen()To get the length of the string.example: $t="hello"; echo strlen($t); Result: 5 str_

Passing arguments using Command Line in Java
Passing arguments using Command Line in Java

The java command-line argument is an argument i.e. passed at the time of running the java program. The arguments passed from the console can be recei

Substring methods in C#
Substring methods in C#

In this blog I’m explaining about Substring () method of string class in C#. Substring:The Substring method is used to grab characters from a string