powered by
Enumerate all substrings of a string.
enumerate.substrings(string)
a character string
a vector containing all substrings of the string (including duplicates)
# NOT RUN { enumerate.substrings("abccc") # }
Run the code above in your browser using DataLab