<!--parser:xtscript--> var $haystack = abcdefghijklm var $needle = g var $portion = call strrchr $haystack=$haystack; $needle=$needle print haystack = $haystack<br /> print needle = $needle<br /> print portion = $portion <!--/parser:xtscript-->Show in textarea