Here's an example of Angular converting an uppercase string to a lowercase string using "angular.lowercase()..."

{{ x1 }}

{{ x2 }}

Here's an example of Angular converting an lowercase string to a uppercase string using "angular.uppercase()..."

{{ x3 }}

{{ x4 }}

Here's Angular proofing a variable to ensure that it's a string...

{{ x5 }}

{{ x6 }}

Finally, here's Angular proofing a variable to test whether or not it's a number / integer...

{{ x7 }}

{{ x8 }}