![]() |
![]() |
$str.rightfromfirstReturns the right part of a string from the first ocurrence of a given substring |
Syntax |
|
Description |
This function returns the right part of the string given as the first parameter from the position where the first ocurrence of the string given as the second parameter is found. It don't include the substring of the second parameter in the returned value. If the second parameter is not found, an empty string is returned.. |