i want to have a simple command that repeats the user input but puts their response in all capital letters. ultimately, this is for use in a bigger command set, but i’ve got the rest figured out.
i have tried “$(query).toUpperCase()” which gives me the same thing the user types in, followed by the .toUpperCase().
i then tried “$(query.toUpperCase())” which gives me [invalid variable]