-
Notifications
You must be signed in to change notification settings - Fork 0
Implement a method #substrings that takes a word as the first argument and then an array of valid substrings (your dictionary) as the second argument. It should return a hash listing each substring (case insensitive) that was found in the original string and how many times it was found.
sevenscheck/Sub-String
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
Implement a method #substrings that takes a word as the first argument and then an array of valid substrings (your dictionary) as the second argument. It should return a hash listing each substring (case insensitive) that was found in the original string and how many times it was found.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published