Re: [Oorexx-devel] Nice Java regular expression tutorial

2010-04-20 Thread Mark Miesfeld
On Tue, Apr 20, 2010 at 12:14 PM, Rick McGuire wrote: > The next step is to add support for regular expressions for matches. > I'm a little undecided on how best to do this right now.  One approach > would be to have the match() method recognize whether you are giving > it a string or a pattern a

Re: [Oorexx-devel] Nice Java regular expression tutorial

2010-04-20 Thread Rick McGuire
On Tue, Apr 20, 2010 at 2:22 PM, Gil Barmwater wrote: > Rick McGuire wrote: >> On Tue, Apr 20, 2010 at 11:43 AM, Gil Barmwater >> wrote: >> >>>Rick McGuire wrote: >>> I hit the point where I needed to refresh my memory on how the Java regular expression classes work.  I found this tutori

Re: [Oorexx-devel] Nice Java regular expression tutorial

2010-04-20 Thread Gil Barmwater
Rick McGuire wrote: > On Tue, Apr 20, 2010 at 11:43 AM, Gil Barmwater > wrote: > >>Rick McGuire wrote: >> >>>I hit the point where I needed to refresh my memory on how the Java >>>regular expression classes work. I found this tutorial very helpful: >> >> >> >>OK, that was going to be my next qu

Re: [Oorexx-devel] Nice Java regular expression tutorial

2010-04-20 Thread Rick McGuire
On Tue, Apr 20, 2010 at 11:43 AM, Gil Barmwater wrote: > Rick McGuire wrote: >> I hit the point where I needed to refresh my memory on how the Java >> regular expression classes work.  I found this tutorial very helpful: >> >> http://java.sun.com/docs/books/tutorial/essential/regex/index.html >> >

Re: [Oorexx-devel] Nice Java regular expression tutorial

2010-04-20 Thread Mike Cowlishaw
pi.edu] > Sent: 20 April 2010 16:43 > To: Open Object Rexx Developer Mailing List > Subject: Re: [Oorexx-devel] Nice Java regular expression tutorial > > Rick McGuire wrote: > > I hit the point where I needed to refresh my memory on how the Java > > regular expression cla

Re: [Oorexx-devel] Nice Java regular expression tutorial

2010-04-20 Thread Gil Barmwater
Rick McGuire wrote: > I hit the point where I needed to refresh my memory on how the Java > regular expression classes work. I found this tutorial very helpful: > > http://java.sun.com/docs/books/tutorial/essential/regex/index.html > Yeah, I found that too from the previous link you posted. Pre

[Oorexx-devel] Nice Java regular expression tutorial

2010-04-20 Thread Rick McGuire
I hit the point where I needed to refresh my memory on how the Java regular expression classes work. I found this tutorial very helpful: http://java.sun.com/docs/books/tutorial/essential/regex/index.html I'm still working through the details on how I want the ooRexx matcher to work, since I real