Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-05 | lib: add limit support to split() and replace() | Jo-Philipp Wich | |
Extend the split() and replace() functions to accept an additional optional `limit` argument which limits the amount of split operations / substitutions performed by these functions. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2022-08-29 | lib: improve getenv() and split() implementations | Jo-Philipp Wich | |
- getenv(): Allow querying the entire environment by omiting variable name - split(): Properly handle null bytes in subject and separator strings Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2022-02-03 | tests: add functional tests for builtin functions | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> |