Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.97 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.97 KB

ASCII string functions

Overview

Path Description
fn/ Function objects Readme
contains_icase.hh Contains ignoring case Example/Tests
error.hh Error (enum etc)
is_equal_icase.hh Is equal ignoring case Example/Tests
lower.hh Convert to lowercase Example/Tests
lower_wrapper.hh Lower wrapper and as_lower() function Example/Tests
pad.hh Pad to byte size Example/Tests
skip.hh Skip characters in front of range Example/Tests
to_integral.hh Convert entire range to integral Example/Tests
to_integral_prefix.hh Range prefix to integral Example/Tests
trim.hh Trim characters Example/Tests
upper.hh Convert to uppercase Example/Tests