Build out strings module #2

Open
opened 2024-09-04 22:20:06 +00:00 by lmika · 1 comment
Owner

Build out the strings package - strs. These are to be the builtins for working with strings.

  • strs:eq - A variant of eq which will convert arguments to a string, then perform equality check.
  • strs:ne - as above
  • strs:to-upper - upcase and downcase
  • strs:join, strs:split - join an array or splits a string
  • strs:trim-space - trims whitespace
Build out the strings package - `strs`. These are to be the builtins for working with strings. - `strs:eq` - A variant of `eq` which will convert arguments to a string, then perform equality check. - `strs:ne` - as above - `strs:to-upper` - upcase and downcase - `strs:join`, `strs:split` - join an array or splits a string - `strs:trim-space` - trims whitespace
lmika self-assigned this 2024-09-06 23:38:59 +00:00
Author
Owner

Current progress:

  • strs:to-upper, strs:to-lower
  • strs:trim
  • strs:split
  • strs:join
Current progress: - [x] strs:to-upper, strs:to-lower - [x] strs:trim - [ ] strs:split - [ ] strs:join
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lmika/ucl#2
No description provided.