An open API service indexing awesome lists of open source software.

https://github.com/odilson-dev/sub-strings

I'll 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.
https://github.com/odilson-dev/sub-strings

Last synced: over 1 year ago
JSON representation

I'll 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.

Awesome Lists containing this project

README

          

# Sub-strings
I'll 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 will return a hash listing each substring (case insensitive) that was found in the original string and how many times it was found.