Function upper

Source
pub fn upper<'a, E>(expression: E) -> Function<'a>
where E: Into<Expression<'a>>,
Expand description

Converts the result of the expression into uppercase string.