-
-
Notifications
You must be signed in to change notification settings - Fork 37
[tool] char_frequency #158
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtool requestSuggested new tool for bitboxSuggested new tool for bitbox
Description
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtool requestSuggested new tool for bitboxSuggested new tool for bitbox
Tool Request
Description: Returns the frequency of each character in a string as JSON
Signature
Example
char_frequency "hello" -> "{\"h\": 1, \"e\": 1, \"l\": 2, \"o\": 1}"This issue was auto-generated. Pick it up by commenting below!