String
1. Erase all the occurrences of char (e.g., 'a') in a string:
2. Find all the substring p in s:
3. Split the string based on pattern
4. Find repetitive substring
E.g., s="abcabcabc" is reprtitive based on "abc".
Last updated