Skip to content

Commit

Permalink
docs: add strlen
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Dec 29, 2024
1 parent 99832aa commit 8a9d243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Nothing Yet!
# Version 0.5.25 (2024-12-29)

* Add `getenv("NAME", "default value")` function to get environment variable
* Add `strlen(text)` function to get text bytes length: `strlen("你好")` to `6`
* Fix `substr(s,index,len)`: 0 and negative index support now and same with gawk.

# Version 0.5.24 (2024-12-22)
Expand Down

0 comments on commit 8a9d243

Please # to comment.