RESTRICTED_SPACE_CHARS
Restricted set of whitespace characters for \s matching.
Includes: space, tab (\t), form feed (\f), newline (\n), carriage return (\r), and non-breaking space (U+00A0).
This is more restrictive than ECMA-262's full Unicode whitespace set but covers the most common whitespace characters encountered in API testing.