export function UppercaseInput(input: string): string { return input.toUpperCase(); }