Avatar

Level 10

I am sorry i dont understand anything above, but this might help you,

for uppercase you can always use the method .toUpperCase()

e.g.

this.rawValue = this.rawValue.toUpperCase();