Skip to content

MountainlandWEB/AngularJSCustomFilters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AngularJSCustomFilters

Mini Project: Case Conversion Filters

AngularJS already comes with two built-in case filters: uppercase and lowercase.

You will need to implement a custom filter that takes a parameter to specify any of the following conversions:

  • PascalCase
  • camelCase
  • dot.case
  • hyphen-case
  • snake_case
  • SCREAMING_SNAKE_CASE
  • words case

Your filter should convert "hello world" and convert it into "HelloWorld" when passed in 'pascal' as the conversion parameter. Likewise, passing in 'words' and applying the filter to "HelloWorld", it should convert it back to "hello world".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published