Difference between revisions of "Data 1 0-trimStringByWordCount"

From ADF Docs
Jump to: navigation, search
Line 2: Line 2:
 
Shortens a string without cutting words in half and appends '...' to the end.
 
Shortens a string without cutting words in half and appends '...' to the end.
  
== Signature ==
+
== Signature ==  
 
+
public String <strong>trimStringByWordCount</strong> ( string str, numeric words, boolean useEllipsis )
Signature
 
  
 
== Parameters ==
 
== Parameters ==
  
 
Parameters
 
Parameters

Revision as of 03:41, 24 March 2010

Description

Shortens a string without cutting words in half and appends '...' to the end.

Signature

public String trimStringByWordCount ( string str, numeric words, boolean useEllipsis )

Parameters

Parameters