Difference between revisions of "HTML ENTITY DECODE()"

From Lianjapedia
Jump to: navigation, search
Line 21: Line 21:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:String Data]]
 
 
[[Category:String Data Functions]]
 
[[Category:String Data Functions]]
 
[[Category:HTML Functions]]
 
[[Category:HTML Functions]]

Revision as of 06:36, 4 February 2013

Purpose

Function to return a string from a character string or memo field where numeric html entities have been replaced with their display character equivalents

Syntax

HTML_ENTITY_DECODE(<expC> | <memofield>)

See Also

ASC(), AT(), ATNEXT(), CHR(), CHRTRAN(), DECODE(), ENCODE(), HTML_ENTITIES(), INLIST(), LEFT(), OCCURS(), RAT(), RIGHT(), STR(), STR_REPLACE(), STREXTRACT(), STRTRAN(), STUFF(), SUBSTR()

Description

The HTML_ENTITY_DECODE() function will search <expC> or <memofield> and return a string where numeric html entities have been replaced with their display character equivalents.

Example

? html_entity_decode("&#123;")
{

Products

Lianja, Lianja SQL Server, Lianja Cloud Server