Skip to content
GitLab
Explore
Sign in
Register
Trim methods for strings
#802
Code
Review changes
Check out branch
Download
Patches
Plain diff
Grant Cooksey
requested to merge
grant.cooksey/ion:trim-methods
into
master
Sep 01, 2018
Overview
1
Commits
2
Pipelines
0
Changes
3
Expand
Overview
Add support for
$trim()
$trim_left()
$trim_right()
Solution
Used the
trim*
methods from
std::string::String
.
Merge request reports