Pages: 1
RSS
RESOLVED: I need help changingthis RegExp
 
I have this RegExp:

%SetPattRegExp="(?is)(.*?)Author :\s(.*?)\s"%-
%RegExpBlindMatch="%Text"%-

I want to change it so it grabs everything BEFORE the word "commented" instead of AFTER the word "Author :"

Thank you for your help.

Jason
Edited: Jason Gottschalk - 28 January 2009 03:49:02
 
Changed:
%SubPatt="2"
to:
%SubPatt="0"

Also, I found this site to be VERY helpful with REGEXP

http://gskinner.com/RegExr/
Pages: 1