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-02-03 | tests: add functional tests for builtin functions | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> |