Actions
Feature #10051
opennbsp isn't remove with trim
Status:
Open
Assignee:
-
Target version:
-
Description
When I have a nbsp character in a string and call strip on it, it will not remove it even though is would could as a whitespace.
E.g.
Nokogiri.HTML(" ").text.strip
results in " "
and should result in ""
Actions
Like0
Like0