| name | description |
| ajaxLink | Causes an HTML href attribute to display link results in the current Ajax container. When the browser follows a link that is specified by this function, the HTTP response does not replace the current page; instead, it populates the containing cfdiv, cflayoutarea, cfpod, or cfwindow control. |
| ajaxOnLoad | Causes the specified JavaScript function to run when the page loads. |
| cJustify | Centers a string in a field length. |
| decimalFormat | Converts a number to a decimal-formatted string. |
| dollarFormat | Formats a string in U.S. format. (For other currencies, use LSCurrencyFormat or LSEuroCurrencyFormat. |
| formatBaseN | Converts number to a string, in the base specified by radix. |
| getLocale | Gets the current ColdFusion geographic/language locale value. |
| getLocaleDisplayName | Gets a locale value and displays the name in a manner that is appropriate to a specific locale. By default, gets the current locale in the current locale’s language. |
| hTMLCodeFormat | Replaces special characters in a string with their HTML-escaped equivalents and inserts <pre> and </pre> tags at the beginning and end of the string. |
| hTMLEditFormat | Replaces special characters in a string with their HTML-escaped equivalents. |
| lJustify | Left justifies characters in a string of a specified length. |
| lSCurrencyFormat | Formats a number in a locale-specific currency format. For countries that use the euro, the result depends on the JVM. |
| lSDateFormat | Formats the date part of a date/time value in a locale-specific format. |
| lSEuroCurrencyFormat | Formats a number in a locale-specific currency format. |
| lSIsCurrency | Determines whether a string is a valid representation of a currency amount in the current locale. |
| lSIsDate | Determines whether a string is a valid representation of a date/time value in the current locale. |
| lSNumberFormat | Formats a number in a locale-specific format. |
| lSParseDateTime | Converts a string that is a valid date/time representation in the current locale into a date/time object. |
| lSTimeFormat | Formats the time part of a date/time string into a string in a locale-specific format. |
| lTrim | Removes leading spaces from a string. |
| numberFormat | Creates a custom-formatted number value. Supports the numeric formatting used in the U.S. For international number formatting, see LSNumberFormat. |
| paragraphFormat | Replaces characters in a string: |
| parseDateTime | Parses a date/time string according to the English (U.S.) locale conventions. (To format a date/time string for other locales, use the LSParseDateTime function.) |
| rJustify | Right justifies characters of a string. |
| stripCR | Deletes return characters from a string. |
| timeFormat | Formats a time value using U.S. English time formatting conventions. |
| yesNoFormat | Evaluates a number or Boolean value. |