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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/string/right-trim/README.md
+18-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ limitations under the License.
18
18
19
19
-->
20
20
21
-
# Right Trim
21
+
# rtrim
22
22
23
23
> Trim whitespace characters from the end of a string.
24
24
@@ -47,7 +47,23 @@ var out = rtrim( ' \t\t\n Beep \r\n\t ' );
47
47
48
48
## Notes
49
49
50
-
- Following [Unicode 6.3.0][unicode] and later, "whitespace" is defined as the following characters: `[ \\f\\n\\r\\t\\v\\u0020\\u00a0\\u1680\\u2000-\\u200a\\u2028\\u2029\\u202f\\u205f\\u3000\\ufeff]`.
50
+
- Following [Unicode 6.3.0][unicode] and later, "whitespace" is defined as the following characters:
0 commit comments