Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 301 Bytes

strtoupper.sh.md

File metadata and controls

14 lines (12 loc) · 301 Bytes

strtoupper

strtoupper -- Makes a string uppercase.

strtoupper makes a string uppercase.

Usage

// 1. Function form.
void func::strtoupper(string* variable)
// 2. Subroutine form.
void sub::strtoupper(string input) > output
// 3. Stream form.
void stream::strtoupper() < input > output