# Upper

Returns an input string value with all characters converted to upper case

```mathematica
Upper("use uppercase") → "USE UPPERCASE"
Upper("Use Upper Function") → "USE UPPER FUNCTION"
```

#### Inputs

`Upper(string)`

* `string` - A text value
