toWMLExt

Converts plain text, including extended chatacters, into HTML that is WML friendly.

Syntax

toWMLExt(string)

Parameters

string

Specifies the string to be converted. The original string is not modified.

Returns

Returns a string in which special characters are converted to their HTML encoded strings.

Remarks

The toWMLExt method works like toHTMLExt, except that it replaces a single dollar sign ($) with a double dollar sign ($$), which is useful with certain wireless devices to enable the text to display correctly.