> E.L. Meijer wrote:
> > 3)  A couple of messages I ran across on DejaNews seemed to imply
> that REXX   
> > supports regular expressions.  Would this be an integrated function
> of REXX or   
> > just indicative that a person could 'roll their own" with REXX? 
> 
> I wouldn't be surprised if they actually were a standard part of REXX.
> 
REXX does have a parse() function that works similar to what
regex does. It does not use regex syntax, though. If you want
that, you'll need PERL.

HTH,
Thomas


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to