<iSTRRIGHT> Tag
<iSTRRIGHT | SRC="source string" | ( ) |
NUM="destination string" | (0) | |
> |
Resolves to right NUM characters of SRC. If negative, none are returned. If it is greater than the length of the string, SRC is returned in full. | |
Usage | This can be used to get the right most number of characters of the specified string. Can be used in conjunction with iSTRIN and iSTRLEFT to break up a URL into the server, domain and TLD components. |