Getting word before string
Hey.
I'm wanting to be able to manipulate a string. I can search for the second word of the string, but I need to manipulate both the searched for word, and the word before it, let me show you an example...
--------
>
Frosk asks, "any guards or colors?"
>
The dashing, jaunty song spins and dances as Zephore nimbly plays his flute.
GSrE
>
Reznock smiles.
>
Lord Myrkull just arrived.
Reznock nods to Hilaire.
--------
The string which I search for is 'asks, "', ans in this example I need to be able to manipulate the whole 'Frosk asks, "'.
How would I go about finding this string?
Thanks in advance.
--DaveP