Cleans and normalizes a string by converting it to lowercase, trimming whitespace, and collapsing multiple whitespace characters into a single space.
The string to normalize.
The normalized string.
Cleans and normalizes a string by converting it to lowercase, trimming whitespace, and collapsing multiple whitespace characters into a single space.