unwanted whitespace trim in filter parser

https://gitlab.com/bednic/json-api/-/blob/7.x/src/URI/Filtering/ExpressionFilterParser.php#L434

this will trim a whitespace-only string to an empty string. following expression:

name eq ' '

will actually compare against an empty string, not a string containing a single space.