New string functions.

This commit is contained in:
Stephen Chung
2021-06-17 13:31:58 +08:00
parent 425e038f4b
commit 4093727dcb
2 changed files with 47 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ New features
* The `bits` method of an integer can be used to iterate through its bits.
* New `$bool$`, `$int$`, `$float$` and `$string$` expression types for custom syntax.
* New methods `to_hex`, `to_octal` and `to_binary` for integer numbers.
* New methods `to_upper`, `to_lower`, `make_upper`, `make_lower` for strings/characters.
Version 0.20.2