For example in 'GATTACA' I want to find all the 'A's.
I would want the positions 1,4,6.
Using the '.find' method only gives me the location of the first 'A' but not the rest.
I was wondering if there was another method that allowed you to find all 'repeat' characters in a string?