Function Blam::Utils::String::to_lower

Function Documentation

std::string Blam::Utils::String::to_lower(std::string string)

Transforms a string to all-lowercase.

Return

The original string with all characters changed to lowercase.

Parameters
  • string: - The original string.