lowercase Example: {{ msg | lowercase }} ‘ABC’
currency Arguments: {String} [symbol] - default: '$' 1.0.22+ {Number}
uppercase Example: {{ msg | uppercase }} ‘abc’
orderBy Limited to: directives that expect Array values, e.g. v-for
capitalize Example: {{ msg | capitalize }} ‘abc’
pluralize Arguments: {String} single, [double, triple, ...]
debounce Limited to: directives that expect Function values, e.g. v-on
json Arguments: {Number} [indent] - default: 2 Usage:
limitBy Limited to: directives that expect Array values, e.g. v-for
filterBy Limited to: directives that expect Array values, e.g. v-for