Subscriber portal
Converts a list of semicolon separated strings to a container of tokens and non-tokens.
protected container parseAddresses(str _addresses, container _availableTokens)
The returned container has 3 members: A list of strings of recognized tokensEither blank or @@ if "@@" was foundA list of strings of non-tokens and unrecognized tokensNote: Members of a list are semicolon separated.