shared
utils
string
object
is
extension
js
tracking
string
dom
when
selection
position
iframe
event
scroll
console
node
string
project
fs
console
unescapeHtml
Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.html
This function allows you to unescape some html characters like <, etc…
Params
- html*-String
The html to unescape
Return
- -String
The unescaped html
Example
import { unescapeHtml } from '@blackbyte/sugar/html';
unescapeHtml('<s-code-example>'); // => <s-code-example>Todo
- testsnormal
Author
- Olivier Bosselolivier.bossel@gmail.comhttps://blackbyte.space