Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 301 Bytes

strtolower.sh.md

File metadata and controls

14 lines (12 loc) · 301 Bytes

strtolower

strtolower -- Makes a string lowercase.

strtolower makes a string lowercase.

Usage

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