Namespace: escape

at.pkgs. escape

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
Copyright (c) 2009-2014, Architector Inc., Japan.
Documentation generated by JSDoc 3.2.0 on Tue Aug 26 2014 22:27:18 GMT+0900 (JST) using the DocStrap template.