Actions
Feature #10152
open
String#strip doesn't remove non-breaking space
Feature #10152:
String#strip doesn't remove non-breaking space
Status:
Open
Assignee:
-
Target version:
-
Description
String#strip doesn't remove non-breaking space.
2.1.2 :001 > "\u00A0".strip
=> " "
Actions