Lithium

API Docs for: 0.8.0
Show:

Li.string Class

Defined in: src\lithium.js:388
Module: core

String related functions

Item Index

Methods

htmlDecode

(
  • html
)
String

Defined in src\lithium.js:404

Decodes string encoded by htmlEncode

Parameters:

  • html String

Returns:

String: HTML decoded String.

htmlEncode

(
  • html
)
String

Defined in src\lithium.js:394

Encodes &,<,> and ".

Parameters:

  • html String

Returns:

String: HTML encoded String.