diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-11-23 15:30:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-11-23 18:07:39 +0300 |
commit | fcfcc12f5f00bc2f646f4fe4f02d5ffed4a683dc (patch) | |
tree | e1be8dd9d4a7de5995a91f8b4c68dff442c30426 /libbuild2/utility.hxx | |
parent | f08aeee5272454c8c8eec73d0898bcbf9383e1b8 (diff) |
Add $string.lcase() and $string.ucase() functions
Diffstat (limited to 'libbuild2/utility.hxx')
-rw-r--r-- | libbuild2/utility.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx index 7dbff2f..369e58b 100644 --- a/libbuild2/utility.hxx +++ b/libbuild2/utility.hxx @@ -66,6 +66,7 @@ namespace build2 using butl::icase_compare_string; using butl::icase_compare_c_string; using butl::lcase; + using butl::ucase; using butl::alpha; using butl::alnum; using butl::digit; |