Maybe you can help me as I am a complete noob to regex. I use
alt (shenandoah)
as my alt text, how would I go about changing the regex to make this work?
Thanks!
---------------------------------------------------------------------
UPDATE
I got it to work after playing around with it for a bit. I used:
/ALT\s\(([\w]+)\)/i
And it seems to be working perfectly now