I am trying to loop through a string, say "Hello! World!", I want to loop though it every time the ! character appears, so in this case loop through it twice. and if the string is "He!!o worl!d!", itll loop through it 4 times, and so on