Merge pull request #388 from Chalarangelo/escape-unescape-string
[FEATURE] Add escape/unescape string
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user