You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a search pattern structure could be implemented to achieve something like google does: " text the text ". Or treat this as a bug and change the code and break existing consumers.
Either way, the questions are the same:
Does the risk of a braking change outways the benefit of the default trimming?
Does the open possibilities to an encapsulator structure outway the benefit of the simple value approach?
Problem:
Custom filter methods get called with values trimmed of spaces and tabs on either side
Expectation:
The original value passed in, with white space characters intact
The text was updated successfully, but these errors were encountered: