Angular naming conventions

In angular, a directive name follows the camelCase convention. When the directive is used in an HTML template, the words are instead separated by a dash. Go from to the other the fastest!

Input

Before I don't care greatDanesAreMyFriends After I don't care either

Output

Before I don't care great-danes-are-my-friends After I don't care either