@@ -18,28 +18,28 @@ Commands:
1818 ends-with Test if a string ends with another string.
1919 from-code-point Create a string from a sequence of code points.
2020 homedir Home directory path.
21- left-pad Left pad a string.
22- left-trim Left trim a string.
21+ lpad Left pad a string.
22+ ltrim Left trim a string.
2323 lowercase Lowercase a string.
2424 ls List stdlib package names.
2525 ls-tree Show stdlib package tree.
2626 node-version Node.js version.
2727 ns Print stdlib namespace.
2828 num-cpus Number of CPUs.
29- pad Pad a string.
29+ padstr Pad a string.
3030 percent-encode Percent-encode a UTF-16 encoded string.
3131 platform Platform.
3232 remove-first Remove the first character in a string.
3333 remove-last Remove the last character in a string.
3434 remove-punctuation Remove punctuation characters from a string.
3535 remove-utf8-bom Remove a UTF-8 byte order mark (BOM).
3636 remove-words Remove a list of words from a string.
37- repeat Repeat a string.
37+ repstr Repeat a string.
3838 repl Start a REPL.
3939 replace Replace search occurrences in a string.
4040 reverse Reverse a string.
41- right-pad Right pad a string.
42- right-trim Right trim a string.
41+ rpad Right pad a string.
42+ rtrim Right trim a string.
4343 sparkline Plot a sparkline.
4444 startcase Capitalize each word in a string.
4545 starts-with Test if a string starts with another string.
0 commit comments