summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSultan Al Isaiee <sultan@foxoman.net>2022-08-02 15:50:42 +0400
committerGitHub <noreply@github.com>2022-08-02 19:50:42 +0800
commitda267911eca29377aa1f9748c7128f5258a801be (patch)
treecd5b80bfd92dce9abe0ab8a98e1d6d855699ed52
parent59befed8ee44f9e1749d5e8417fa301ef8e1c953 (diff)
downloadNim-da267911eca29377aa1f9748c7128f5258a801be.tar.gz
[Changelog] Add Wider Ascii Chars sets string formatting in strutils.nim (#20137)
* Add Wider Ascii Chars sets string formatting in strutils.nim

Add Wider Ascii Chars sets for string formatting (#19994) (#20120):
- Added `UppercaseLetters`, `LowercaseLetters` The set of UppercaseLetters and lowercase ASCII letters.
- Added `PunctuationChars` The set of all ASCII punctuation characters.
- Added `PrintableChars` The set of all printable ASCII characters (letters, digits, whitespace, and punctuation characters).

* Update changelog.md

Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>

* Update changelog.md

Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 580db2cd0..b36ebf610 100644
--- a/changelog.md
+++ b/changelog.md
@@ -53,6 +53,7 @@
 - Added bindings to [`Array.shift`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/shift)
   and [`queueMicrotask`](https://developer.mozilla.org/en-US/docs/Web/API/queueMicrotask)
   in `jscore` for JavaScript targets.
+- Added `UppercaseLetters`, `LowercaseLetters`, `PunctuationChars`, `PrintableChars` sets to `std/strutils`.
 
 [//]: # "Deprecations:"
 - Deprecated `selfExe` for Nimscript.