Merge pull request #388 from Chalarangelo/escape-unescape-string

[FEATURE] Add escape/unescape string
This commit is contained in:
Angelos Chalaris
2017-12-29 15:21:25 +02:00
committed by GitHub
3 changed files with 38 additions and 0 deletions

View File

@ -30,6 +30,7 @@ dropElements:array
dropRight:array
elementIsVisibleInViewport:browser
escapeRegExp:string
escapeHTML:string
everyNth:array
extendHex:utility
factorial:math
@ -137,6 +138,7 @@ toOrdinalSuffix:utility
toSnakeCase:string
truncateString:string
truthCheckCollection:object
unescapeHTML:string
union:array
UUIDGeneratorBrowser:browser
UUIDGeneratorNode:node