by costinvint » Thu Apr 03, 2008 3:35 pm
So, i came up with these regular expressions:
W:{{re=("[^"]+")}}
P:<voice>$1</voice>
W:{{re=(\([^(]+\))}}
P:<voice>$1</voice>
W:{{re=(\[[^[]+\])}}
P:<voice>$1</voice>
W:{{re=(\-[^\-]+\-)}}
P:<voice>$1</voice>
To switch the voice to Paul between quotes, parentheses, brackets, and hyphens.
I think is all woking out so far, I wolud like to get it all into one expression though.