knowsys/nemo

Add built-in to strip/trim strings

Aberta

#769 aberto em 6 de mar. de 2026

 (1 comentário) (0 reação) (0 responsável)Rust (17 forks)auto 404
builtinsenhancementgood first issue

Métricas do repositório

Stars
 (269 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador