knowsys/nemo

Add built-in to strip/trim strings

オープン

#769 opened on 2026/03/06

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (17 件のフォーク)auto 404
builtinsenhancementgood first issue

Repository metrics

Stars
 (269 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド