- Since:
- 0.1.4
- Source:
Methods
-
<static> empty(source) → {String}
-
null及びundefinedを空文字にエスケープする.
Parameters:
Name Type Description source
* エスケープ対象.
- Since:
- 0.1.4
- Source:
Returns:
エスケープ済文字列.
- Type
- String
-
<static> html(source) → {String}
-
HTML内のテキストとしてエスケープする.
Parameters:
Name Type Description source
* エスケープ対象.
- Since:
- 0.1.4
- Source:
Returns:
エスケープ済文字列.
- Type
- String