you can use instr() function to show you where each ! is.
Then you can use the mid function to select all the text
between the 2 instr() values.


Hope this helps.