July 15, 2015
Convert Strings from hyphen-notation to camel case Part 2 (AngularJS)
In my last post i demonstrated how to convert Strings from Hyphen Format to CamelCase in Java, using the popular Framework Guava from Google. In AngularJS this can be achieved using a Regular Expression and an AngularJS Filter. 1) Create a constant function which does the replacement Our first step is to create a Regular […]
READ MORE