###Function###
StringReverse

###Description###
Reverses the contents of the specified string.

###Syntax###
StringReverse ( "string" [, flag = 0] )


###Parameters###
@@ParamTable@@
string
	The string to reverse.
flag
	[optional] Changes the way the string is reversed
		0 = reversed in full UTF-16 mode. (default)
		1 = a much faster method - only use if using UCS-2 text.
@@End@@

###ReturnValue###
Returns a reversed string.


###Remarks###
None.


###Related###
StringCompare, StringInStr, StringLen, StringLower, StringMid, StringReplace, StringRight, StringSplit, StringTrimLeft, StringTrimRight, StringUpper


###Example###
@@IncludeExample@@
