text required default (empty)The text to clean for a feed. All HTML tags are removed, each non-breaking space (nbsp entity) becomes a normal space, a bare ampersand followed by a space is escaped to amp-semicolon, and surrounding whitespace is trimmed. In practice this is a field-getter such as the headline or abstract of the current item.
maxlen optional default (no limit)Optional maximum length, in characters, of the cleaned result. When present and made up only of digits, the output is cut to this many characters (counted with multibyte awareness, so accented letters count as one). Any non-digit value, or an omitted value, leaves the text at full length.
{rss:<b>Annual report</b> is out}
{rss: Spaced headline }
{rss:Prague Open Day}
{rss:R & D team}
{rss:The quick brown fox jumps:9}
{rss:Full headline stays:all}
{rss:Volunteers <b>needed</b> for spring cleanup}