> Does anyone have a regex to remove any text between parenthesis
> (including the
> parenthesis) ?

How about this:

  put replaceText(tText,"\(.*\)","") into tText

You may need to deal with extra spaces left behind by removing this stuff,
but it should work.

Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to