Top "Find-occurrences" questions

Bash: substring from first occurrence of a character to the second occurrence

In bash, how do I get a substring of everything from the first occurrence of a character to the second …

string bash substring character find-occurrences