<iSTRLEFT> Tag
<iSTRLEFT | SRC="source string" | ( ) |
NUM="number of characters" | (0) | |
> |
Resolves to left 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 left most number of characters of the specified string. Can be used in conjunction with iSTRIN and iSTRRIGHT to break up a URL into the server, domain and TLD components. |