Add toTitleCase snippet and update tag_database accordingly

This commit is contained in:
ccjmne
2018-10-19 03:49:34 +02:00
parent b58f448883
commit 7e96f39d24
2 changed files with 23 additions and 0 deletions

View File

@ -301,6 +301,7 @@ tomorrow:date,intermediate
toOrdinalSuffix:utility,math,intermediate
toSafeInteger:math,beginner
toSnakeCase:string,regexp,intermediate
toTitleCase:string,regepx,intermediate
transform:object,array,intermediate
triggerEvent:browser,event,intermediate
truncateString:string,beginner