I keep getting false with this regEx. I'm trying to pick up: "web search for Perl regular expressions" with this handler
Any ideas what is wrong or what to try?
on mouseUp
local tagSet, stopTag
put "Do a <perl>web search for Perl regular expressions</perl> tutorials," into myVar
put "^<perl> (.*) (</perl>)" into regEx
put matchText(myVar, regEx, tagSet, stopTag) into bbYes
put tagSet into tElement
put bbYes
answer tElement
end mouseUp
Mark
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
