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.