knowsys/nemo

Add built-in to strip/trim strings

Aperta

#769 aperta il 6 mar 2026

 (1 commento) (0 reazioni) (0 assegnatari)Rust (17 fork)auto 404
builtinsenhancementgood first issue

Metriche repository

Star
 (269 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor