Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 293 Bytes

ltrim.sh.md

File metadata and controls

12 lines (10 loc) · 293 Bytes

ltrim

ltrim -- Strips whitespace(s) from the beginning of a string.

Strips whitespace (or other characters) from the beginning of a string.

Usage

// 1-a. Function form.
void func::ltrim(string* variable)
// 1-b. Function form.
void func::ltrim(string* variable, string input)