fsimple_format...
- Returns text transformed into HTML using very simple formatting rules
fword_wrap...
- Wraps text into lines no longer than line_width width. This function
breaks on the first whitespace character that does not exceed line_width.
fauto_link...
- Turns all urls and email addresses into clickable links.
ftruncate...
- Truncates text with replacement characters
fcycle...
- Returns the next cycle of the given list
fcounter...
- Return the next cardinal in a sequence.
fhighlight...
- Highlights the phrase where it is found in the text
fauto_discovery_link_tag...
- Returns a link tag allowing browsers and news readers (that support it) to auto-detect
an RSS or ATOM feed for current page.
fmail_to...
- Creates a link tag for starting an email to the specified
email_address, which is also used as the name of the link unless
name is specified. Additional HTML options, such as class or id, can be
passed in the html_options hash.