toUpperCase

Creates a transformation functions that converts all the alphabetic characters in a string to uppercase.

const transform = toUpperCase(options);

Parameters

  • options object
    • on 'input' | 'change' | 'blur'

Return