Implement string-upcase and document it.
This commit is contained in:
parent
ab0d2cfd8e
commit
c634bf733f
2 changed files with 18 additions and 0 deletions
|
@ -448,6 +448,13 @@ characters of the string.
|
|||
Returns a new string with all non-ASCII characters encoded as
|
||||
quoted-printable sequences.
|
||||
|
||||
(string-upcase str)
|
||||
|
||||
* ```str``` - arbitrary string
|
||||
|
||||
Returns the ```str``` with all characters converted to upper case
|
||||
using ```char-upcase```. Does not work with UTF-8.
|
||||
|
||||
### Tag
|
||||
|
||||
(import util-tag)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue