Given a string, input_str, return the length of the longest substring without repeating characters.
Constraints:
input_str.length input_str consists of English letters, digits, and spaces.Given a string, input_str, return the length of the longest substring without repeating characters.
Constraints:
input_str.length input_str consists of English letters, digits, and spaces.