Hello, I'm trying to trigger these phrases,,
I need the rat#, and anything after of doesn't matter, so far I've got this for a reg expression pattern
But it doesn't work, any ideas?
Quote:
"rat200385" the corpse of an old rat
"rat205891" the corpse of a rat
"rat201877" the corpse of a baby rat
"rat200385" the corpse of an old rat
"rat205891" the corpse of a rat
"rat201877" the corpse of a baby rat
I need the rat#, and anything after of doesn't matter, so far I've got this for a reg expression pattern
^\"*\"\sthe corpse of*$
But it doesn't work, any ideas?