<iSTRREV> Tag
<iSTRREV | SRC="stringtoreverse" |
> |
Takes the specified string in SRC and reverses the order of the characters in the string. | |
Usage | This can be used to reverse a string. It might be used to determine the top level domain (TLD) for a URL. By reversing it and finding the first period, will provide the TLD. |