reactide Show core.string.escape-html.js Source code
Return
Download reactide:
download core.string.escape-html.js Source code
- Download reactide Source code - Type:.js
- 'use strict';
- var $export = require('./_export');
- var $re = require('./_replacer')(/[&<>"']/g, {
- '&': '&',
- '<': '<',
- '>': '>',
- '"': '"',
- "'": '''
- });
- $export($export.P + $export.F, 'String', {escapeHTML: function escapeHTML(){ return $re(this); }});
downloadcore.string.escape-html.js Source code
- Download reactide Source code
Related Source Codes/Software:
rkt - rkt is a pod-native container engine for Linux. It... 2017-06-11
uWebSockets - Tiny WebSockets
https://for... 2017-06-11
realworld - TodoMVC for the RealWorld - Exemplary fullstack Me... 2017-06-11
goreplay - GoReplay is an open-source tool for capturing and ... 2017-06-10
pyenv - Simple Python version management 2017-06-10
postal - 2017-06-11
CRYENGINE - CRYENGINE is a powerful real-time game development... 2017-06-11
reactide - Reactide is the first dedicated IDE for React web ... 2017-06-11
redux-saga - An alternative side effect model for Redux apps
... 2017-06-10
angular-starter - 2017-06-10