-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Description
The standard library needs more string manipulation functions.
Suggested Functions
split(str, delimiter)- Split string into arrayjoin(arr, delimiter)- Join array into stringtrim(str)- Remove whitespacereplace(str, old, new)- Replace substringsstartsWith(str, prefix)/endsWith(str, suffix)toUpper(str)/toLower(str)
Where to Start
pkg/eval/builtins.go- Add builtin function implementationsdocs/builtins.md- Document the new functions
Good First Issue
This is a good issue for newcomers! Each function can be implemented independently, so feel free to pick one and submit a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed