SYNOPSIS:
void func.strings.rightof(haystack,needle)
DESCRIPTION:
Return the rightmost characters of a string from the point onwards,
where the string needle appears first in the string.
RETURN VALUE:
The truncated string.
SEE ALSO:
expression
,
variable
,
function
,
func.strings
,
func.strings.left
,
func.strings.right
,
func.strings.leftof
,
func.strings.uppercase
,
func.strings.lowercase
func.strings.quote