User Tools

Site Tools


org.gramar.base:tag.stringtokens

stringTokens Tag

The stringTokens tag Parses a string into tokens and iterates over the tokens.

Attribute Kind Required Purpose
string string yes The string to be parsed
var string yes The name of a context variable to be associated with the current token in the iteration. The variable is scoped to the body of the tag.
delimeter string no A string to be written after every node except the last
delimetedBy string no The delimiter that separates the tokens in the original string
reverse boolean no True if the list of tokens is to be iterated in reverse order

Full Form

<c:stringTokens string=“” var=“” delimeter=“” delimetedBy=“” reverse=“” >

Usage and Samples

Return to index

org.gramar.base/tag.stringtokens.txt · Last modified: 2016/06/27 20:35 (external edit)