A
CSVFieldFormatter formatter that returns the last word
of the specified CSV value. This is useful in situations such as
extracting the last name.
author: Anupam Sengupta version: $Revision: 1.3 $ See Also:FirstWordFormatter since: 1.5
Formats the value and returns the last word.
Parameters: value - the value to be transformed the last word from the input value See Also:CSVFieldFormatter.format(String)