This wiki is out of date, use the continuation of this wiki instead

Strrev

From FenixWiki

(Difference between revisions)
Jump to: navigation, search

Sandman (Talk | contribs)
(New page: Category:functions Category:strings ==Definition== '''STRING''' strrev ( <'''STRING''' str> ) Returns a reversed version of a certain string, meaning the characters are in re...)
Next diff →

Revision as of 17:24, 31 August 2007


Definition

STRING strrev ( <STRING str> )

Returns a reversed version of a certain string, meaning the characters are in reversed order.

Parameters

STRING str - The non reversed string.

Returns

STRING : The reversed string.

Personal tools