hi,
Can you please help me to get the substrings between two characters at each occurrence
For example to get all the substrings between "Q" and "E" in the given example sequence in all occurrences:
ex: QUWESEADFQDFSAEDFS
and to find the substring with minimum length.