For extracting a substring, ____ function is used.

For extracting a substring, ____ function is used. Correct Answer substr

The substr function extracts a particular substring from a string based on the value of specified indices. For example, $x= “abcdefghijklm” $y= substr( $x, -3,2); // extracts two characters from the third position on the right side print “$y”; // prints kl

Related Questions

The feed and the extracting solvent flow after one another within the extracting system in the extractor in _________
If only one parameter is passed to substring function then __________________
If two index are given as argument to substring function then ___________________