knowsys/nemo

Add built-in to strip/trim strings

开放

#769 创建于 2026年3月6日

 (1 条评论) (0 个反应) (0 位负责人)Rust (17 个派生)auto 404
builtinsenhancementgood first issue

仓库指标

星标
 (269 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

There should be a built-in function to remove whitespace from strings, similar to strip in Python or trim in PHP. This should not be difficult to realise following the established pattern for string functions. It can be debated if more features are needed (like specifying what to strip), but the base function should be useful already.

贡献者指南