We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b36c3 commit 0b378f1Copy full SHA for 0b378f1
NEWS.md
@@ -12,6 +12,8 @@
12
* `str_remove()` and `str_remove_all()` functions. These wrap
13
`str_replace()` and `str_replace_all()` to remove patterns from strings.
14
(@Shians, #178)
15
+
16
+* `str_squish()` removes excess spaces from both the left and right side of strings. (@stephlocke #197)
17
18
## Bug fixes and minor improvements
19
0 commit comments